From 799284d7065f8db02e7c8d935def80b7a2dd6f9f Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 12 Mar 2022 21:10:13 +0000 Subject: Added contents, made a new template for blog posts --- static/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 89d8814..cc6b460 100644 --- a/static/style.css +++ b/static/style.css @@ -108,11 +108,16 @@ aside { float: right; } -#header_linkers { +#contents { font-size: xx-small; } -#header_linkers li { +#contents ul { + padding-left: 12px; + line-height: 3px; + } + +#contents ul li { list-style: none; } -- cgit v1.2.3