diff options
Diffstat (limited to 'design')
-rw-r--r-- | design/sass/_archives.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss index 48acb43..b55e0aa 100644 --- a/design/sass/_archives.scss +++ b/design/sass/_archives.scss @@ -466,3 +466,16 @@ margin-top: -4px; } } + + +.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; +} |