Fix width on cool stuff on mobile

This commit is contained in:
Alex 2026-06-05 11:21:04 -07:00
parent c388d95393
commit ce10245c51
2 changed files with 15 additions and 2 deletions

View file

@ -336,7 +336,11 @@
width: 100%;
height: auto;
max-width: 400px;
max-width: 300px;
@media (min-width: 600px) {
max-width: 400px;
}
box-shadow: 0 0 5px 0 rgba(29, 31, 32, 0.45);
@ -547,6 +551,7 @@
column-gap: 2rem;
row-gap: 1rem;
flex-wrap: wrap;
padding: 0;
li {
font-size: 1.125rem;