diff options
-rw-r--r-- | style.scss | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -140,6 +140,13 @@ body { background-color: none; } +img { + float: left; + vertical-align: top; + margin: 0 5% 5% 0; + padding: 0; +} + #content img.deco { display: block; clear: both; |