diff options
-rw-r--r-- | design/sass/_archives.scss | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss index b55e0aa..e690bf4 100644 --- a/design/sass/_archives.scss +++ b/design/sass/_archives.scss @@ -468,14 +468,18 @@ } -.field-photo-item + .field-note-item { - //make a field note among photos stand out more - margin-top: 10rem !important; - margin-bottom: 10rem !important; - &:before, &:after { - @include faded_line_after; - } -} -.field-photo-item+.field-note-item:before { - margin-bottom: 2.5rem; -} +//.note-pad-top { +// //make a field note among photos stand out more +// margin-top: 8rem !important; +// &:before { +// margin-bottom: 2.5rem; +// @include faded_line_after; +// } +//} +//.note-pad-bottom { +// //make a field note among photos stand out more +// margin-bottom: 8rem !important; +// &:after { +// @include faded_line_after; +// } +//} |