Skip to content

Commit

Permalink
feat: do not expand stMain container to full screen on smaller displays
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrBulanek authored Jan 9, 2025
1 parent 1cdc9a2 commit ed1d0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
max-inline-size: 100%;
max-block-size: 100%;
@media (max-width: 768px) {
inset: $spacing-03;
inline-size: auto;
position: static;
inset: auto;
}
}

Expand Down

0 comments on commit ed1d0de

Please sign in to comment.