1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

Fixed lab padding for mobile

This commit is contained in:
Fedor Katurov 2021-03-30 18:00:59 +07:00
parent 330fdcf444
commit 5b507bc736
5 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,7 @@
line-height: 1.3em;
@include tablet {
padding: 0 $lab_gap_mobile;
position: relative;
max-height: 100vh;
overflow: hidden;