summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 13:03:38 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 13:03:38 -0500
commit3262dd2648ac3ec64ca2405ec94fe6a77fa9bd7d (patch)
tree22bd5f2505f3bd6adc518a3c761d10f1f5324ef5 /index.css
parent3b823cdb0b398b8365138bbcf5df60871dfcd61c (diff)
Cleanup a whole lot of things + introduce a new blog postHEADmaster
Diffstat (limited to 'index.css')
-rw-r--r--index.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.css b/index.css
index 628d91d..c07ffa8 100644
--- a/index.css
+++ b/index.css
@@ -2,12 +2,11 @@ body {
width: 60vw;
height: 100vh;
font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- font-size: 16px;
+ font-size: 14px;
background-color: transparent;
color: black;
padding: 0;
margin: auto;
- line-height: 1.5;
}
header {