Skip to content

Commit

Permalink
fix mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jun 25, 2024
1 parent 3041dff commit a02c455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export const View = styled.div`
border-radius: ${STYLING.dimensions.radius.alt1};
animation: ${open} ${fadeIn1};
@media (max-width: ${STYLING.cutoffs.initial}) {
min-height: calc(100vh - ${STYLING.dimensions.nav.headerHeight});
height: fit-content;
width: 100%;
position: relative;
Expand Down

0 comments on commit a02c455

Please sign in to comment.