Skip to content

Commit

Permalink
Update _project-page.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
codyyjxn authored Sep 27, 2024
1 parent 1e3c50b commit 5c0b503
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _sass/components/_project-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,12 @@
@media #{$bp-below-mobile} {
min-width: 100%;
display: flex;
flex-direction: column;
flex-direction: row;
width: auto;
justify-content: center;
align-content: center;
align-items: center;
margin: auto auto 25px auto;
flex-direction: row;
}
}

Expand Down

0 comments on commit 5c0b503

Please sign in to comment.