diff options
-rw-r--r-- | style.scss | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -177,6 +177,8 @@ body { .topbar p { float: left; + margin-top: 0; + margin-bottom: 0; } .topbar a { @@ -249,6 +251,10 @@ img { background-color: none; } +#content img.flex { + height: 150px; +} + #content img.solo { float: none; display: block; |