summaryrefslogtreecommitdiffstats
path: root/data/css
diff options
context:
space:
mode:
Diffstat (limited to 'data/css')
-rw-r--r--data/css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css
index f1066fc7a..625ab7a06 100644
--- a/data/css/style.css
+++ b/data/css/style.css
@@ -28,6 +28,22 @@ body {
}
+.text-upload {
+ height: 200px;
+}
+
+@media (min-height: 700px) {
+ .text-upload {
+ height: 300px;
+ }
+}
+
+@media (min-height: 800px) {
+ .text-upload {
+ height: 400px;
+ }
+}
+
.error h1 {
font-size: 19px;
}