Skip to content

Commit

Permalink
chore: align items to center in flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Mar 13, 2023
1 parent 5ce5e25 commit 031aa94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

// Content
.posts-item-note {
font-size: $base-font-size;
font-weight: 700;
padding-bottom: .3rem;
font-weight: 500;
color: $black;
}

Expand All @@ -49,6 +49,7 @@
padding-bottom: 6px;
justify-content: space-between;
flex-direction: row;
align-items: center;

&:not(:first-child) {
border-top: 1px solid $light;
Expand Down

0 comments on commit 031aa94

Please sign in to comment.