Skip to content

Commit

Permalink
fix member photos
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Oct 24, 2024
1 parent 2a99717 commit 047534d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,17 @@ For PC screens: */
.md-typeset .past-member-grid > ul > li {
background-color: #e4efeb60;
border-radius: 10px;
display: block;
display: grid;
margin: 0;
padding: 0.8rem;
text-align: center;
aspect-ratio: 1 / 1.2;
}

.md-typeset .past-member-grid > ul > li > p {
overflow: hidden;
display: block;
height: inherit;
}

.md-typeset .past-member-grid > ul > li > hr {
Expand All @@ -228,13 +235,8 @@ For PC screens: */

.md-typeset .past-member-grid > ul > li :last-child {
width: 100%;
aspect-ratio: 1;
overflow: hidden;
}

.md-typeset .past-member-grid > ul > li > p > img {
object-fit: cover;
}
/* For members page */

/* For footer logo */
Expand Down

0 comments on commit 047534d

Please sign in to comment.