13 lines
284 B
CSS
13 lines
284 B
CSS
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;
|
|
} |