diff options
author | Minteck <contact@minteck.org> | 2022-07-22 12:04:14 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-22 12:04:14 +0200 |
commit | 87351361f00504c71aa467e1247a0d6720e404d6 (patch) | |
tree | d9b852796b69c18f59408b51133b50519f9a677c /public/assets/plurality.css | |
parent | 0b2213ab8dbc211a6e1982f7572646735df17689 (diff) | |
download | vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.tar.gz vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.tar.bz2 vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.zip |
New pages and stuff, with @CloudburstSys
Diffstat (limited to 'public/assets/plurality.css')
-rw-r--r-- | public/assets/plurality.css | 29 |
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 |