publik-base-theme/static/cournonterral/_custom.scss

60 lines
861 B
SCSS

body.has-header-background #header {
background-position: top left;
background-size: auto 100%;
height: 290px;
}
div#header {
h1 {
padding-top: 80px;
a {
display: block;
height: 120px;
width: 240px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
width: 100%;
a {
background-size: contain;
}
}
}
}
div#nav {
margin-top: 0;
text-align: center;
& > ul {
margin-top: 0;
}
@media screen and ($max-mobile-viewport) {
text-align: left;
}
}
#toplinks {
background: $primary-color;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
}
footer {
border-top: 2px solid #ffa401;
img {
max-width: none;
}
div.textcell a {
color: $font-color;
}
}