summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css
index ea0dc90..ff2cf54 100644
--- a/public/style.css
+++ b/public/style.css
@@ -39,12 +39,21 @@ h1 {
justify-content: center;
}
+
.system-title {
font-size: 7vw;
}
-.system-info-elem {
- font-size: 5vw;
+@media all and (min-width: 1200px) {
+ .system-info-elem {
+ font-size: 60px;
+ }
+}
+
+@media all and (max-width: 1200px) {
+ .system-info-elem {
+ font-size: 5vw;
+ }
}
.good-system {