Attempt to fix footer mobile

This commit is contained in:
Kristján Eldjárn 2022-07-29 15:30:21 -07:00
parent 0538ca0aa6
commit d5016c1294

View File

@ -32,13 +32,10 @@
justify-content: center;
height: calc(var(--vw) * 60);
width: 100%;
overflow-x: hidden;
@include respond-to('mobile') {
background-size: cover;
width: 150%;
background-size: 190%;
height: calc(var(--vw) * 120);
left: -25%;
margin-top: tovw(100px, 'mobile', 100px);
}