diff options
| author | 2025-10-17 02:02:04 +0700 | |
|---|---|---|
| committer | 2025-10-17 02:02:04 +0700 | |
| commit | 75c0ddd818efc983db47ec207bd680b7773bd9cd (patch) | |
| tree | df30e0cadcebe24bea7bc0f8b76d83c0e33ac6a5 /static | |
| parent | db174993127a8b2faf863a670fd6ce8ca8d7c1af (diff) | |
| download | web-75c0ddd818efc983db47ec207bd680b7773bd9cd.tar.gz web-75c0ddd818efc983db47ec207bd680b7773bd9cd.zip | |
fix: home page layout for tablets
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static/input.css b/static/input.css index 1e7f9fc..be85915 100644 --- a/static/input.css +++ b/static/input.css @@ -385,10 +385,6 @@ body[data-theme~="ram"] .leaflet-tile { max-width: 20dvh; } - .ar-gt-0\.8\:max-w-\[100dvh\] { - max-width: 100dvh; - } - .ar-gt-0\.8\:items-center { align-items: center; } |