diff options
Diffstat (limited to 'design/sass/_writing_details.scss')
-rw-r--r-- | design/sass/_writing_details.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index 06a5e05..0d940d8 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -410,6 +410,7 @@ figure.picwide img.picwide { .pic66 { max-width: 63.9%; } + figure.pic66 { float: left; max-width: 65.9%;} .row-right .pic25 { max-width: 49%; } @@ -424,6 +425,9 @@ figure.picwide img.picwide { max-width: 66.6%; float: right } + .extra-2 { + max-width: 65.9%; + } .right { float: right;} .right + a img { float:left |