test for header and hero image

This commit is contained in:
Tancre
2020-09-17 17:21:49 +02:00
parent 8a629f6015
commit 575743cfa8
50 changed files with 168 additions and 24 deletions

View File

@ -1,5 +1,4 @@
.site-header{
padding: 10px 0;
position: absolute;
width: 100%;
z-index: 2;
@ -7,7 +6,7 @@
@include atMedium(){
position: fixed;
background-color: #cdf691;
background-color: rgba(#000, 0.4);
}
&__btn-container{
@ -42,6 +41,8 @@
transition: transform .3s ease-out;
@include atMedium(){
position: relative;
float: left;
left: auto;
transform: translateX(0);
}