Skip to content

Commit

Permalink
css: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gorenburg committed Jan 25, 2025
1 parent 373049d commit 918405a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/[...slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
max-width: 100%;
margin-left: var(--content-padding);
margin-right: var(--content-padding);
text-align: center;
}
article > p:has(img) em {
Expand Down
4 changes: 4 additions & 0 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@ img {
vertical-align: top;
}

hr {
box-sizing: border-box;
}

a {
color: var(--link-color);
text-decoration: underline;
Expand Down

0 comments on commit 918405a

Please sign in to comment.