summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 22bae76..701caf9 100644
--- a/style.scss
+++ b/style.scss
@@ -286,7 +286,7 @@ img,
table.img {
float: left;
vertical-align: top;
- margin: 0 2em 1em 0;
+ margin-right: 2em;
padding: 0;
max-width: 100%;
height: auto;
@@ -297,6 +297,9 @@ table.img td {
table.img img {
margin-right: 0;
}
+img {
+ margin-bottom: 1em;
+}
//Styling of tall images
img.tall {
width: 300px;