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

33 lines
463 B
SCSS

@charset "UTF-8";
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
background-color: $primary-color;
}
/* logo adjustmts */
h1#logo a img {
max-height: 110px;
}
@media screen and (max-width: 320px) {
h1#logo a img {
max-height: 90px;
}
}
@media screen and (max-width: 768px) {
h1#logo a {
margin-top: 0;
}
}
/* center "Code de suivi" title */
div#tracking-code h3 {
padding: 0;
color: #333333;
}