diff options
Diffstat (limited to 'design/sass/_writing_details.scss')
-rw-r--r-- | design/sass/_writing_details.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index 37c7c8f..2e134a5 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -376,6 +376,7 @@ figure.picwide img.picwide { img { width: 100%; padding: 0; + margin-top: 0; max-width: 100%; } .picwide { @@ -408,7 +409,7 @@ figure.picwide img.picwide { div img { width: 100%; padding: 0; - margin: 0 6px 6px 0; + margin: 0 6px 0 0; } div a:last-of-type { img { @@ -439,6 +440,9 @@ figure.picwide img.picwide { .row-3 .pic33 { max-width: 32.8%; } + .pic5 { + max-width: 49.7%; + } } } |