Skip to content

Commit

Permalink
fix: guestbook font spacing on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Feb 19, 2024
1 parent dcf2100 commit 335d9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/pages/guestbook.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
border: 1px solid #ccc;
background-color: #f9f9f9;
border-radius: 5px;

overflow-y: auto;
}

#guestbook li:nth-child(odd) {
Expand Down

0 comments on commit 335d9c7

Please sign in to comment.