Skip to content

Commit

Permalink
edit section max-height set
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Jul 1, 2024
1 parent 00f86fe commit 7f2dfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ body {

@media screen and (max-width: 782px) {
width: 100%;
max-height: unset;
max-height: calc( 100vh - 106px );
margin-top: 60px;
}
}
Expand Down

0 comments on commit 7f2dfd3

Please sign in to comment.