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

flow grid now has 5 columns

This commit is contained in:
Fedor Katurov 2019-10-23 14:51:34 +07:00
parent 744f79053b
commit ed3f6369fb
5 changed files with 34 additions and 11 deletions

View file

@ -1,8 +1,8 @@
@import 'colors';
$cell: 320px;
$cell: 280px;
$grid_line: 4px;
$content_width: $cell * 4 + $grid_line * 3;
$content_width: $cell * 5 + $grid_line * 4;
$gap: 10px;
$spc: $gap * 2;
$comment_height: 72px;