summaryrefslogtreecommitdiffstats
path: root/nfsw/static
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-24 20:35:03 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-24 20:35:03 -0400
commit5c06b53de95a6e3cac454880a5001b41c136ba2f (patch)
tree739595c8c973973e470281d633b6562a62275c78 /nfsw/static
parent6ee5071c289a923cb3863f5c7e4696da5f9cafd0 (diff)
nfsw/static/root.css: Update styling for smaller screens.
Diffstat (limited to 'nfsw/static')
-rw-r--r--nfsw/static/root.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/nfsw/static/root.css b/nfsw/static/root.css
index cdeb388..4a98fdc 100644
--- a/nfsw/static/root.css
+++ b/nfsw/static/root.css
@@ -49,9 +49,13 @@ header h1 {
width: 120px;
}
-@media (min-width: 100px) and (max-width: 420px) {
+@media (min-width: 100px) and (max-width: 650px) {
+ .nfsw-grid {
+ grid-template-columns: auto 95vw auto;
+ }
+
header h1 {
- font-size: 45px;
+ font-size: 30px;
}
.buttons {
@@ -60,6 +64,7 @@ header h1 {
}
.button {
- width: 85%;
+ width: 75vw;
+ font-size: 20px;
}
}