Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/static/input.css b/static/input.css index 69cfa91..8776b25 100644 --- a/static/input.css +++ b/static/input.css @@ -416,10 +416,6 @@ body:has(.lg-container:not([class~="lg-inline"])) .mobile-topbar-custom { height: 10vh; } - .ar-lt-0\.8\:h-\[30vh\] { - height: 30vh; - } - .ar-lt-0\.8\:h-\[90vh\] { height: 90vh; } @@ -428,10 +424,6 @@ body:has(.lg-container:not([class~="lg-inline"])) .mobile-topbar-custom { width: 8vh; } - .ar-lt-0\.8\:w-\[80\%\] { - width: 80%; - } - .ar-lt-0\.8\:w-\[90vw\] { width: 90vw; } |