mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
13 lines
154 B
SCSS
13 lines
154 B
SCSS
.nav-spacing {
|
|
@extend .mx-3;
|
|
}
|
|
|
|
.navbar {
|
|
@extend .navbar;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.dropdown-item {
|
|
@extend .dropdown-item;
|
|
font-size: 1.3rem;
|
|
}
|