Skip to content

Commit

Permalink
Feat: sponsor media query changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaerinx committed Jan 18, 2025
1 parent 519763b commit 92aa944
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -512,23 +512,22 @@ footer #icon-row {
font-size: 1.2rem;
}
#sponsor-row {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
/* flex-direction: column; */
display:block;
width: 100%;
margin: 2rem auto;
margin: 2rem auto;
gap: 1rem;
}
.sponsor-card {
width: 85vw;
width: 100%;
height: 10vh;
border: 1px solid black;
margin: 1rem 0;
}
.sponsor-card:nth-child(3) {
/* .sponsor-card:nth-child(3) {
margin-let:auto;
width: 60%; /* Centered card spans a larger width */
}
} */
.sponsor-card .img {
height: 100%;
width: 100%;
Expand Down

0 comments on commit 92aa944

Please sign in to comment.