Skip to content

Commit

Permalink
Prevent post tags and blog names from overflowing (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Mar 5, 2025
2 parents e7e0731 + bb01ed3 commit 1d57463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ a.blog-name {
color: var(--color-post-blog-name);
font-weight: bold;
align-self: center;
word-break: break-word;
}

a.blog-name:hover {
Expand Down Expand Up @@ -161,6 +162,7 @@ a.hidden-reblog {
display: flex;
gap: 5px;
flex-wrap: wrap;
word-break: break-word;
}

.post-tag {
Expand Down

0 comments on commit 1d57463

Please sign in to comment.