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 13, 2023
1 parent 79a46ca commit fdd6e2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resource/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,18 @@ h1#hero {

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

section#recentposts ul li.post-link {
padding: 1%;
list-style-type: none;
margin-block: 2.5%;
border-inline-start: 5px solid
border-inline-start: 5px solid;
background-color: rgba(127,127,127,.1);
width: 25%;
}

p {
Expand Down

0 comments on commit fdd6e2b

Please sign in to comment.