andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit d2ab820733fb373951ef160c4d2c6540b5ad9e44
parent 14f492833e6a951bc6ddb9c40033b2c71e6293e0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  2 Nov 2018 16:32:30 +0100

Fix styling in summary

Diffstat:
Mthemes/tale-mod/assets/scss/tale/_catalogue.scss | 5+++--
Mthemes/tale-mod/layouts/_default/summary.html | 6+++++-
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/themes/tale-mod/assets/scss/tale/_catalogue.scss b/themes/tale-mod/assets/scss/tale/_catalogue.scss @@ -1,9 +1,9 @@ .catalogue { &-item { - border-bottom: 1px solid $grey-2; + border-bottom: 0px solid $grey-2; color: $default-color; display: inline-block; - padding: 2rem 0; + padding: 0rem 0; &:hover .catalogue-line, &:focus .catalogue-line { @@ -28,6 +28,7 @@ font-size: 2rem; font-weight: 700; margin: .5rem 0; + padding: .5rem 0; } &-line { diff --git a/themes/tale-mod/layouts/_default/summary.html b/themes/tale-mod/layouts/_default/summary.html @@ -35,7 +35,11 @@ <!-- </p> --> <!-- </div> --> <!-- </div> --> - <!-- <a href='{{ .Permalink }}'><nobr>Go to series →</nobr></a> --> + <div> + <a href='{{ .Permalink }}'><nobr>Go to series →</nobr></a> + <br> + <br> + </div> {{- else }} <br>