Skip to content

Commit

Permalink
Prevent thumbnail resize in project list
Browse files Browse the repository at this point in the history
  • Loading branch information
chip2n committed Sep 20, 2024
1 parent 39e0798 commit 2a63152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/project-list.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
(.project-thumb
:width "128px"
:height "96px"
:flex-shrink "0"
:flex-grow "0"
:border-radius "16px"
:outline "1px solid #FFFFFF20"
:object-fit "cover"))

0 comments on commit 2a63152

Please sign in to comment.