about summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-03-14 13:11:14 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-03-14 13:13:19 +0700
commit96e9ebd4f6f2e69d6f634b675d70b5b1542c628e (patch)
treec12b7834d10b11383e39cf7648e7266cda54061c /assets
parent644a4e220444002f0a6e21e98481effd85d61a7f (diff)
downloadblog-96e9ebd4f6f2e69d6f634b675d70b5b1542c628e.tar.gz
Make the webring larger
Diffstat (limited to 'assets')
-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;