25 lines
571 B
SCSS
25 lines
571 B
SCSS
#header {
|
|
text-align: center;
|
|
padding: 3em 0 0 0;
|
|
background-color: #fff;
|
|
background-origin: border-box;
|
|
background-image: url('images/logo.svg');
|
|
background-position: bottom 85% left 10%;
|
|
background-size: 8em;
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
.short_text {display: none;}
|
|
|
|
h1 {
|
|
padding: 0 0 2.75em 0;
|
|
margin: 0;
|
|
|
|
a {
|
|
font-size: 2.25em;
|
|
letter-spacing: -0.05em;
|
|
line-height : 1.2;
|
|
border: 0;
|
|
}
|
|
}
|
|
}
|