diff --git a/src/main/handlebars/layout.handlebars b/src/main/handlebars/layout.handlebars index fa769e2..77441b4 100755 --- a/src/main/handlebars/layout.handlebars +++ b/src/main/handlebars/layout.handlebars @@ -434,7 +434,7 @@ .locations li:first-child:not(:last-child)::after, .locations li + li:not(:last-child)::after { content: ' / '; - margin-right: -.1rem;dashed + margin-right: -.1rem; color: orange; } @@ -522,7 +522,7 @@ aspect-ratio: auto; } - .images:where(.is-odd):not(.all) .image:first-child { + .images:where(.is-odd:not(.all)) .image:first-child { grid-column: 1 / 3; }