Mobile fix for landing page icons
This commit is contained in:
parent
b633b5a256
commit
b23d95bc0a
|
@ -6,11 +6,11 @@
|
|||
display: none;
|
||||
|
||||
font-size: $fs-200;
|
||||
margin-top: 0.4rem;
|
||||
margin-top: 0.6rem;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
font-size: $fs-800;
|
||||
font-size: clamp(2rem, $fs-800, 15vw);
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue