Skip to content

Commit

Permalink
Tweak bullet lists in project screen
Browse files Browse the repository at this point in the history
  • Loading branch information
chip2n committed Sep 20, 2024
1 parent 4c60912 commit c3f3ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
(:media "(max-width: 600px)"
("#project-container"
:flex-direction "column-reverse"
:gap "24px")))
:gap "24px"))
(ul
:padding-inline-start "12px"))

(navi/style:define-style game-container
("#game-container"
Expand Down

0 comments on commit c3f3ec1

Please sign in to comment.