Skip to content

Commit

Permalink
style: padding tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Oct 2, 2024
1 parent 65be793 commit e268104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/smol.css
Original file line number Diff line number Diff line change
Expand Up @@ -658,15 +658,15 @@ h1 code, h2 code, h3 code, h4 code {
.btn-link:visited {
border: 2px solid var(--link-color);
color: var(--link-color);
padding: var(--grid-height) 1rem;
padding: var(--grid-height);
text-decoration: none;
font-weight: bold;
display: inline-block;
}

.box {
border: 2px solid var(--grey-light);
padding: var(--line-height);
padding: var(--grid-height);
}

.box-sm {
Expand Down

0 comments on commit e268104

Please sign in to comment.