diff options
author | luxagraf <sng@luxagraf.net> | 2016-11-08 11:17:32 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-11-08 11:17:32 -0500 |
commit | 4799ea2205e44736113cab9f9023df69f3c95f1f (patch) | |
tree | b7e73cfb97647267ef89a9d841ab32b416be3411 /design/sass/_writing_details.scss | |
parent | e5197c724d988a10c9d9bd75094c0642c24e6918 (diff) |
fixed a bug in image parser to allow captions
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%; + } } } |