diff options
author | neodarz <neodarz@neodarz.net> | 2017-05-22 22:40:44 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-05-22 22:40:44 +0200 |
commit | 28640b3093fdbbbd7b29559a5ec4db97578632db (patch) | |
tree | 240e09fa73db2a22c69586a1351b7cae010afd71 /source/css | |
parent | 5204f27a6b664982613e9feb33493774664cab00 (diff) | |
download | my_new_personal_website-28640b3093fdbbbd7b29559a5ec4db97578632db.tar.xz my_new_personal_website-28640b3093fdbbbd7b29559a5ec4db97578632db.zip |
Update design
Diffstat (limited to '')
-rw-r--r-- | source/css/theme.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 95b14808..dc9d3046 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -206,7 +206,7 @@ ul li:before { .situation1nav, .situation2nav { position: fixed; right: 2.5%; - margin-top: 50px; + margin-top: 100px; height: 150px; width: 200px; text-align: center; @@ -322,6 +322,11 @@ h2 { font-weight: bold; } +h3 { + text-align: center; + font-weight: bold; +} + .article-metadata { text-align: center; font-size: 100%; |