diff options
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/static/input.css b/static/input.css index dfa9219..6823898 100644 --- a/static/input.css +++ b/static/input.css @@ -227,12 +227,20 @@ width: 90vw; } +.w-p80 { + width: 80%; +} + +.w-vmax4 { + width: 4vmax; +} + .h-vh90 { height: 90vh; } -.w-p80 { - width: 80%; +.h-vmax4 { + height: 4vmax; } .mt-vmin0-8 { |