Skip to content

Commit

Permalink
Fix project feature box padding
Browse files Browse the repository at this point in the history
  • Loading branch information
chip2n committed Sep 20, 2024
1 parent 7235f90 commit 4c60912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
:background-color "#1F2228"
:border "1px solid #FFFFFF20"
:border-radius "16px"
:padding "0px 48px 0px 20px"
:padding "0px 24px 0px 24px"

(ul
:padding-inline-start "24px")

((> ul)
:padding 0

< ((> li)
((> li)
:list-style-type "none"
:margin 0
:padding 0))))

0 comments on commit 4c60912

Please sign in to comment.