diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-06 14:59:54 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-06 14:59:54 -0400 |
commit | 9033041ac16c51c943e593e2a67420ea20b6d3a5 (patch) | |
tree | ae94fcb82701cadacade32cf1008d6c83b64809e /design/sass | |
parent | 1c8542bba4404932c621af0d9d93813218340af1 (diff) |
Made Field notes top level and included photos in archive list
Diffstat (limited to 'design/sass')
-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; +} |