базовые настройки

This commit is contained in:
2025-12-19 01:01:35 +03:00
parent 7334aae92e
commit ad577b1f4d
13 changed files with 1670 additions and 819 deletions
+13
View File
@@ -0,0 +1,13 @@
body {
padding-top: 64px; /* чтобы fixed navbar не перекрывал контент */
}
.navbar-brand {
letter-spacing: 0.5px;
}
.navbar .nav-link.active {
color: #fff !important;
background-color: rgba(255, 255, 255, 0.15);
border-radius: 0.375rem;
}