Skip to content

Commit

Permalink
Fixed the CSS of Eli Selkin card in Engage's Project page was: displa…
Browse files Browse the repository at this point in the history
…yed nonuniformly (#7501)

* Update _project-page.scss

* removed cname space
  • Loading branch information
codyyjxn authored Oct 4, 2024
1 parent 049d80c commit 9f337b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/components/_project-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
@media #{$bp-below-mobile} {
min-width: 100%;
display: flex;
flex-direction: column;
flex-direction: row;
width: auto;
justify-content: center;
align-content: center;
Expand All @@ -422,6 +422,7 @@
justify-content: center;
align-content: center;
align-items: flex-start;
flex: 1;
}
}

Expand Down

0 comments on commit 9f337b7

Please sign in to comment.