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

fixed grid layout

This commit is contained in:
muerwre 2019-04-04 12:08:36 +07:00
parent debb0640da
commit 6168841f78
8 changed files with 73 additions and 31 deletions

View file

@ -1,7 +1,7 @@
@import 'colors';
$cell: 256px;
$content_width: $cell * 5;
$content_width: $cell * 4;
$gap: 8px;
$spc: $gap * 2;
$panel_radius: 1px;