diff options
author | luxagraf <sng@luxagraf.net> | 2016-11-04 11:58:12 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-11-04 11:58:12 -0400 |
commit | 090e60b6d8a435fe5bf2df6574f692e69830dbc0 (patch) | |
tree | 06444cfc0b87bf5b2d75470a83e01da73d74fbc8 /design/sass/_writing_details.scss | |
parent | 6df481fbf7e119a74ce27f725590d0845c32d03c (diff) |
fixed some issues with projects page and archived photo galleries
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; |