mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed paddings on tablet for Lab
This commit is contained in:
parent
4d73f18843
commit
6b06d46067
6 changed files with 21 additions and 7 deletions
|
@ -11,6 +11,10 @@ div.wrap {
|
|||
box-sizing: border-box;
|
||||
padding: 0 $gap / 2;
|
||||
|
||||
@include tablet {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
& > div {
|
||||
margin-bottom: $gap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue