Skip to content

Commit

Permalink
fix scss lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangchung committed Jan 3, 2025
1 parent 644e42f commit 7b77c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/components/_jobuary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
#team_flex_box {
display: flex;
justify-content: space-evenly;
align-items:first baseline;
align-items: first baseline;
flex-wrap: wrap;
flex-basis: 0;
max-width: 85rem;
Expand All @@ -138,8 +138,8 @@
}

.profile h2 {
text-align: center;
margin-top: 0.5rem;
text-align: center;
margin-top: 0.5rem;
}

.max-width-700 {
Expand Down

0 comments on commit 7b77c9d

Please sign in to comment.