mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-18 22:23:42 +09:00
16 lines
287 B
SCSS
16 lines
287 B
SCSS
/* ## Primary Navigation
|
|
--------------------------------------------- */
|
|
|
|
.nav-primary {
|
|
width: 100%;
|
|
background-color: $nav-primary--background-color;
|
|
|
|
@include breakpoint( sm ) {
|
|
position: relative;
|
|
top: auto;
|
|
left: auto;
|
|
width: auto;
|
|
background-color: transparent;
|
|
}
|
|
}
|