mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
12 lines
190 B
SCSS
12 lines
190 B
SCSS
|
|
.navbar {
|
||
|
|
border-bottom-width: 1px;
|
||
|
|
border-bottom-style: solid;
|
||
|
|
border-bottom-color: black;
|
||
|
|
|
||
|
|
margin-bottom: 1.5em;
|
||
|
|
|
||
|
|
.navbar-brand {
|
||
|
|
font-size: 18pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
}
|