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:
parent
330fdcf444
commit
5b507bc736
5 changed files with 14 additions and 1 deletions
|
@ -4,6 +4,7 @@ $header_height: 64px;
|
|||
$cell: 280px;
|
||||
$gap: 10px;
|
||||
$lab_gap: $gap * 3;
|
||||
$lab_gap_mobile: $gap * 2;
|
||||
$grid_line: 5px;
|
||||
$content_width: $cell * 5 + $grid_line * 4;
|
||||
$spc: $gap * 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue