aboutsummaryrefslogtreecommitdiff
path: root/public/assets/plurality.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/plurality.css')
-rw-r--r--public/assets/plurality.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/public/assets/plurality.css b/public/assets/plurality.css
index 3f522eb..a7210a4 100644
--- a/public/assets/plurality.css
+++ b/public/assets/plurality.css
@@ -78,4 +78,33 @@
text-align: center;
margin-top: 5px;
margin-bottom: 20px;
+}
+
+@media (max-width: 600px) {
+ #cnp-intro {
+ grid-template-columns: 1fr !important;
+ text-align: center !important;
+ }
+
+ #cnp-intro-outer {
+ padding-bottom: 10px !important;
+ margin-bottom: 10px !important;
+ border-bottom: 1px solid rgba(255, 255, 255, .25);
+ }
+
+ #cnp-image {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ #systems {
+ grid-template-columns: 1fr !important;
+ }
+
+ #system-cloudburst {
+ padding-bottom: 10px;
+ margin-bottom: 10px;
+ border-bottom: 1px solid rgba(255, 255, 255, .25);
+ }
} \ No newline at end of file