Skip to content

Commit

Permalink
cleanup: Remove ul margining
Browse files Browse the repository at this point in the history
By default, Aplós brings padding to the left of the `ul` to distinguish it from other text elements, because of this padding, the 3 cards for "Read More" looked off
  • Loading branch information
GabsEdits authored Apr 15, 2024
1 parent b81c0fc commit 6ee3a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ h2 {

#read-more-links ul {
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
min-width: 100%;
Expand Down

0 comments on commit 6ee3a14

Please sign in to comment.