publik-base-theme/static/clapotis-les-canards/_custom.scss

26 lines
435 B
SCSS

#logo a {
height: 100px;
line-height: 100px;
color: $primary-color;
text-transform: uppercase;
font-weight: normal;
}
#nav-wrapper {
background: $nav-background;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
margin-bottom: 10px;
div#nav > ul > li > a {
border-radius: $border-radius;
}
}
@media screen and ($max-mobile-viewport) {
#logo a {
display: block;
height: 75px;
overflow: hidden;
}
}