diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 21:10:13 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 21:10:13 +0000 |
commit | 799284d7065f8db02e7c8d935def80b7a2dd6f9f (patch) | |
tree | e8428bc96a336834451ab4db0b82d9f47398fcf5 /static | |
parent | c7fea1d2c78e77654f098f9ac7409f97ad171f44 (diff) | |
download | eda.gay-799284d7065f8db02e7c8d935def80b7a2dd6f9f.tar.gz eda.gay-799284d7065f8db02e7c8d935def80b7a2dd6f9f.zip |
Added contents, made a new template for blog posts
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
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; } |