Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
headquarter8302 authored Dec 9, 2023
1 parent e649ee3 commit 2f2bdc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resource/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ h1#hero {
border-radius: 8px;
}

section#recentposts ul {
display: flex;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
}

section#recentposts ul li.post-link {
padding: 1%;
list-style-type: none;
Expand Down

0 comments on commit 2f2bdc4

Please sign in to comment.