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 --- _includes/custom-webring.html | 90 +++++++++++++++++++++---------------------- assets/css/custom.scss | 17 ++++++++ webring.template | 44 ++++++++++----------- 3 files changed, 82 insertions(+), 69 deletions(-) diff --git a/_includes/custom-webring.html b/_includes/custom-webring.html index 88250f0..3a8e472 100644 --- a/_includes/custom-webring.html +++ b/_includes/custom-webring.html @@ -1,53 +1,51 @@ -
-
-

- Articles from blogs I read - - Generated by - openring - -

- -
+ 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; diff --git a/webring.template b/webring.template index d107318..912baa2 100644 --- a/webring.template +++ b/webring.template @@ -1,25 +1,23 @@ -
-
-

- Articles from blogs I read - - Generated by - openring +
+

+ Articles from blogs I read + + Generated by + openring + +

+

- + {{.Date | date}} +
+ {{end}} - + -- cgit 1.4.1