Skip to content

Commit

Permalink
fix padding on boardmember page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Heller committed Aug 9, 2024
1 parent dad80e9 commit 45d1157
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _sass/themes/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,21 @@

.board-member-list-item {
padding: 12px;

display: flex;
flex-direction: row;
align-items: center;

img {
padding-right: 12px;
}

@include media-query($on-palm) {
flex-direction: column;

img {
padding-right: 0px;
padding-bottom: 12px;
}
}
}

0 comments on commit 45d1157

Please sign in to comment.