Skip to content

Commit

Permalink
improve articles display
Browse files Browse the repository at this point in the history
  • Loading branch information
linsaftw committed Nov 6, 2023
1 parent 26759b3 commit 5b4d37e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ footer {
.article-box {
margin: 20px;
max-width: 300px;
min-width: 200px;
text-align: left;
}

Expand Down Expand Up @@ -313,7 +314,7 @@ main {
.articles-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center;
padding: 20px;
}

Expand Down

0 comments on commit 5b4d37e

Please sign in to comment.