Skip to content

Commit

Permalink
Fix syntax error, MFB
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 25, 2024
1 parent 06e25d1 commit 0412b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/handlebars/layout.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 0412b4b

Please sign in to comment.