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