Skip to content

Commit

Permalink
style: p and m
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 14, 2024
1 parent c2b1cc1 commit 0fa352f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/smol.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,14 @@ figure {
margin-right: 1rem;
}

.m {
margin: 0.5rem;
}

.p {
padding: 0.5rem;
}

.p-0 {
padding: 0;
}
Expand Down

0 comments on commit 0fa352f

Please sign in to comment.