about summary refs log tree commit diff
path: root/assets/css/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/custom.scss')
-rw-r--r--assets/css/custom.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/custom.scss b/assets/css/custom.scss
index f0b026a..3fd60cb 100644
--- a/assets/css/custom.scss
+++ b/assets/css/custom.scss
@@ -1,8 +1,25 @@
 ---
 ---
 
+body {
+  font-family: serif;
+}
+
+.post-content {
+  h1 {
+    font-size: 2rem;
+  }
+  h2 {
+    font-size: 1.5rem;
+  }
+}
+
 .webring {
+  max-width: 1000px;
+  margin-left: auto;
+  margin-right: auto;
   margin-bottom: 1rem;
+  padding: 1rem;
   .attribution {
     float: right;
     font-size: .8rem;