Skip to content

Commit

Permalink
Update site.css
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jan 10, 2025
1 parent a698bf5 commit 6326a0f
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion assets/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,26 @@ h6 {

.post-header {
border-top: 0.25rem solid;
padding: 2rem 0;
padding: 1rem 0 4rem;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 1rem;
}

.post-header .shape {
display: grid;
grid-template-columns: 1rem 1rem;
grid-template-rows: 1rem 1rem;
grid-gap: 1px;
position: relative;
top: -2.5rem;
background: white;
padding: 0.75rem;
outline: 1px solid;
border-radius: 100%;
}

.post-header h1 {
Expand Down

0 comments on commit 6326a0f

Please sign in to comment.