mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-02-28 21:34:08 +00:00
Attempt to fix footer mobile
This commit is contained in:
parent
0538ca0aa6
commit
d5016c1294
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user