This repository was archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Web UI
Ed Asriyan edited this page Aug 3, 2018
·
5 revisions

comming soon...

$grid-step: 8px
There are two types of grid:
-
Float grid.
Behaves like the Bootstraps
.container-float. Includes 12 columns whose width are equal and depends on container width. -
Static grid.
Columns width are equal and static
Number of columns depends on container width. Columns width is static.
All text height and line height must be multiples of grid step.
In the future, it may be necessary to make the third type of grid whose width depends on screen width, adding offsets on left and right side (like Bootstraps .container)
[https://pastebin.com/fBXCenuf](Grid generator script)

