From 96e9ebd4f6f2e69d6f634b675d70b5b1542c628e Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sun, 14 Mar 2021 13:11:14 +0700 Subject: Make the webring larger --- assets/css/custom.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'assets/css') 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; -- cgit 1.4.1