Skip to content

Commit

Permalink
feat: next/prev photo button spacing tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus committed Dec 5, 2024
1 parent 021212b commit cad8191
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/photos/photo.webc
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,14 @@ const eleventyComputed = {
display: flex;
flex-direction: row;
justify-content: center;
gap: 0.5rem;
margin: 0;
padding: 0;
list-style: none;
}

:host nav li {
margin: 0 0.5rem;
margin: 0;
width: 1.5em;
}

Expand Down

0 comments on commit cad8191

Please sign in to comment.