diff options
Diffstat (limited to 'design/sass/_writing_details.scss')
-rw-r--r-- | design/sass/_writing_details.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index 0e4fda0..0fc6a62 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -366,6 +366,10 @@ figure.picwide img.picwide { @include constrain_wide; @extend %clearfix; margin-bottom: 1em; + img { + width: 100%; + padding: 0; + } div img { float: left; width: 100%; @@ -384,6 +388,9 @@ figure.picwide img.picwide { width: 100%; background: none; } + .row-right { + float: right; + } } .pic66 { max-width: 63.9%; @@ -395,8 +402,15 @@ figure.picwide img.picwide { max-width: 33%; } .pic5 { + max-width: 50.6%; + margin: 0 6px 6px 0; +} +.row-right .pic25 { max-width: 49.5%; } +.pic25 { + max-width: 24.5%; +} .embed-wrapper { @include constrain_wide; |