summaryrefslogtreecommitdiff
path: root/src/Geshem.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Geshem.css')
-rw-r--r--src/Geshem.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/Geshem.css b/src/Geshem.css
index 87b22cf..3a0de94 100644
--- a/src/Geshem.css
+++ b/src/Geshem.css
@@ -25,10 +25,18 @@
position: fixed;
top: 50%;
left: 50%;
- /* bring your own prefixes */
transform: translate(-50%, -50%);
- padding: 30px;
+ padding: 15px 30px;
background: #777;
+ max-height: 40vh;
+ overflow-y: scroll;
+}
+
+@media only screen and (max-device-width: 812px) {
+ #info-modal {
+ padding: 0px 12px;
+ width: 70vw;
+ }
}
#info-eng {
@@ -63,3 +71,8 @@
margin-left: 8vw;
}
}
+
+a,
+a:visited {
+ color: #79b0d4;
+}