diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-25 16:43:24 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-25 16:43:24 -0400 |
commit | 2cd762329ee7c9dd7b2e8ab02824b32abbc44482 (patch) | |
tree | 2a18f10aef9f6e0bd2b0ee21593d0967caebce42 /design/sass/_archives.scss | |
parent | b1f2d7af57c2ed21d3d287853bb756d657ec0cef (diff) |
added some design tweaks
Diffstat (limited to 'design/sass/_archives.scss')
-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; +// } +//} |