diff options
author | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 20:54:48 +0200 |
---|---|---|
committer | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 20:54:48 +0200 |
commit | 417440375a1df57039def4fce60a3e6823f8ad0d (patch) | |
tree | 6ea081c272b1d68c989ab68f8d484c5b7d5fd606 /SoMA2/static | |
parent | ac9a47ed1654f0fda13ef50d206ae08d334f6825 (diff) | |
download | pelican-themes-417440375a1df57039def4fce60a3e6823f8ad0d.tar.gz |
Make title a little smaller and don't show categories.
Diffstat (limited to 'SoMA2/static')
-rw-r--r-- | SoMA2/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoMA2/static/css/main.css b/SoMA2/static/css/main.css index 4550abb..1a62b4f 100644 --- a/SoMA2/static/css/main.css +++ b/SoMA2/static/css/main.css @@ -436,7 +436,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;} li:last-child .hentry, #content > .hentry {border: 0; margin: 0;} #content > .hentry {padding: 1em 0;} .hentry img{display : none ;} -.entry-title {font-size: 4em; margin-bottom: 0px; margin-top: 0; } +.entry-title {font-size: 3.5em; font-weight:bold; margin-bottom: 0px; margin-top: 0; } .entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;} .entry-title a:visited {background-color: #fff;} .entry-content blockquote {font-size: 1.5em; margin: 10px 20px; } |