diff options
author | neodarz <neodarz@neodarz.net> | 2019-05-12 23:45:41 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-05-12 23:45:41 +0200 |
commit | b56158b63725362bc1c85f6cb3d23b5bf506e1a8 (patch) | |
tree | bac48270df39d732edcf69113c99fed385f50202 /source/css/theme.scss | |
parent | 531d132ac822f0f8ef6d954fb098f5ad2a5b07df (diff) | |
download | my_new_personal_website-b56158b63725362bc1c85f6cb3d23b5bf506e1a8.tar.xz my_new_personal_website-b56158b63725362bc1c85f6cb3d23b5bf506e1a8.zip |
Fix some css issues
Diffstat (limited to 'source/css/theme.scss')
-rw-r--r-- | source/css/theme.scss | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/source/css/theme.scss b/source/css/theme.scss index 262fcaaf..dfa1f8cd 100644 --- a/source/css/theme.scss +++ b/source/css/theme.scss @@ -539,10 +539,28 @@ noscript a { } table { - text-align: center; width: 100% !important; } +#toc { + width: 50%; + margin: 0 auto; +} + +.blog-index-yearly-index { + margin-left: 1em; +} + +.blog-index-year-title { + text-align: center !important; + font-size: 150%; + margin: 30px 0; +} + +.blog-index-post-date { + width: 5em; +} + .skill-table { text-align:left; text-decoration: none; |