Skip to content

Commit

Permalink
Add media query to .leader-description (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
vickiychung authored Jun 30, 2021
1 parent d99b3d7 commit fcde34c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sass/components/_project-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,16 @@
display: flex;
flex-direction: column;
justify-content: center;

@media #{$bp-below-mobile} {
min-width: 70%;
display: flex;
flex-direction: column;
width: 70%;
justify-content: center;
align-content: center;
align-items: flex-start;
}
}

.leader-description-field {
Expand Down

0 comments on commit fcde34c

Please sign in to comment.