Scale header by 50%
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
89ab431834
commit
28adbd55fc
|
@ -69,18 +69,18 @@ header {
|
|||
}
|
||||
|
||||
@media screen and (min-width: $small) {
|
||||
margin-top: 300px;
|
||||
margin-top: 150px;
|
||||
padding-top: 0.5rem;
|
||||
|
||||
&::before {
|
||||
background: url(/header.svg) 50% 0% no-repeat;
|
||||
background: url(/header.svg) 50% 0% / contain no-repeat;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 300px;
|
||||
height: 150px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue