Skip to content

Commit

Permalink
fix media query for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmolina committed Sep 9, 2024
1 parent ad2aae0 commit 8f7075d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/2024/seville.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ hr {
}

@media (max-width: 480px) {
.main {
padding: 0.5rem;
}
.c1 {
min-width: 16rem;
padding: 0;
Expand All @@ -487,7 +490,7 @@ hr {
}

.content {
margin: 0 1.5rem;
margin: 0 0rem;
min-width: unset;
}

Expand Down

0 comments on commit 8f7075d

Please sign in to comment.