summaryrefslogtreecommitdiff
path: root/static/input.css
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-01 21:52:46 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-01 21:52:46 +0700
commit7696eed33b8151aeb5b616dc84d0ed036f817ee2 (patch)
tree51911aa5ac32a7d0a8b28508412270da8afbd062 /static/input.css
parent7b66fd92262ca63db2c8ce8d22f730c07386593c (diff)
downloadweb-7696eed33b8151aeb5b616dc84d0ed036f817ee2.tar.gz
web-7696eed33b8151aeb5b616dc84d0ed036f817ee2.zip
feat: adapt main page for mobile
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css12
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 {