diff options
Diffstat (limited to 'static/output.css')
| -rw-r--r-- | static/output.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/output.css b/static/output.css index ea57d8f..b07fd94 100644 --- a/static/output.css +++ b/static/output.css @@ -259,6 +259,9 @@ .flex-5 { flex: 5; } + .flex-none { + flex: none; + } .flex-grow { flex-grow: 1; } @@ -584,12 +587,21 @@ .w-vw90 { width: 90vw; } +.w-p60 { + width: 60%; +} .w-p80 { width: 80%; } +.w-p100 { + width: 100%; +} .w-vmax4 { width: 4vmax; } +.h-vh40 { + height: 40vh; +} .h-vh90 { height: 90vh; } @@ -630,6 +642,9 @@ .pr-vmin1-2 { padding-right: 1.2vmin; } +.p-vmin0-8 { + padding: 0.8vmin; +} .p-vmin2-4 { padding: 2.4vmin; } |