imio-publik-themes/static/sambreville/_custom.scss

13 lines
213 B
SCSS

/* nav border radius sticky banner fix */
div.gru-nav {
border-radius: 0 0 3px 3px;
}
div.gru-nav > ul > li:first-child > a {
border-radius: 0px 0 0 3px;
}
/*logo adjstms*/
h1#logo a img {
max-height: 96px;
}