Skip to content

Commit

Permalink
Fix index on other mobiles being too wide
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 18, 2024
1 parent 4eb4632 commit 34b2fdf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pre {

.sponsors-member {
img {
height: 100px;
height: 120px;
margin: 25px;
}
}
Expand Down Expand Up @@ -696,3 +696,15 @@ main .date {
width: 200px;
}
}

@media (max-width: 600px) {
pre {
width: 200px;
}
.sponsors-member {
img {
width: 90%;
height: auto !important;
}
}
}

0 comments on commit 34b2fdf

Please sign in to comment.