summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/sass/_writing_details.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss
index 56b17a6..db741b9 100644
--- a/design/sass/_writing_details.scss
+++ b/design/sass/_writing_details.scss
@@ -69,7 +69,7 @@
display: block;
font: bold 1.2em sans-serif;
margin-bottom: 0;
- margin-top: 2em;
+ margin-top: 1em;
}
}
@@ -129,7 +129,15 @@
max-width: 1170px;
}
}
-
+.picwide960 {
+ clear: both;
+ margin: 1em 0;
+ @include breakpoint(gamma) {
+ margin-left: -140px;
+ width: 960px;
+ max-width: 960px;
+ }
+}
.figure {
position: relative;