summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 16:50:30 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 16:50:30 -0500
commit2ef049102f6824a6ab6ae99ee87c115f7608707e (patch)
treed8ca1b0a356d57c5b9cfaf57820e3e48f83f8a82 /index.css
parentb4e8ae9731eca175cd4e6e75a20da87ff86eb91f (diff)
Clean up posts and the styles throughout the webpage
Diffstat (limited to 'index.css')
-rw-r--r--index.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.css b/index.css
index c07ffa8..4800826 100644
--- a/index.css
+++ b/index.css
@@ -1,6 +1,5 @@
body {
- width: 60vw;
- height: 100vh;
+ width: 50vw;
font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 14px;
background-color: transparent;
@@ -229,7 +228,7 @@ only screen and (max-width:1440px) {
}
body {
- width: 90vw !important;
+ width: 70vw !important;
}
}