Skip to content

Commit

Permalink
move margins onto the 'news-post's
Browse files Browse the repository at this point in the history
  • Loading branch information
Heinrich-XIAO committed Sep 27, 2024
1 parent f2f7906 commit 1aba0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/css/news.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ a {
/* Don't hide borders on hr tags */
hr {
border: 1px solid grey;
margin: 1em 0;
}

.news-post {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
margin: 1em 0;
}

.news-post-date {
Expand Down

0 comments on commit 1aba0d1

Please sign in to comment.