Skip to content

Commit

Permalink
style: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Oct 22, 2024
1 parent e14ee7c commit 8c1b247
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/smol.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,11 @@ figure {
padding: 0;
}

.px {
padding-left: 0.5rem;
padding-right: 0.5rem;
}

.px-2 {
padding-left: 1rem;
padding-right: 1rem;
Expand Down Expand Up @@ -585,6 +590,10 @@ figure {
text-align: right;
}

.transform-none {
transform: none;
}

/* ==== MARKDOWN ==== */

.md h1,
Expand Down

0 comments on commit 8c1b247

Please sign in to comment.