Skip to content

Commit

Permalink
feat: update mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
twhite313 committed Feb 6, 2025
1 parent e2ff26f commit 59d43e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eds/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,11 @@ main {
inline-size: 48vw;
margin-block: 3rem;
max-inline-size: 720px;
padding-inline: 0.5rem;

@media screen and (width <= 859px) {
inline-size: 100%;
max-inline-size: 96vw;
}
}

.section:where(.center, .centered) > .default-content-wrapper {
Expand Down

0 comments on commit 59d43e9

Please sign in to comment.