Skip to content

Commit

Permalink
Merge pull request lakejason0#40 from winstonsung/dev-40
Browse files Browse the repository at this point in the history
Fix content width changing when switching tabs
  • Loading branch information
winstonsung authored Apr 15, 2024
2 parents 378056d + 397902f commit 8a238bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skin.less
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ main {

#content {
@media screen and ( min-width: @width-breakpoint-tablet ) {
min-width: 70%;
width: 70%;
margin: 10px auto 40px;
}

Expand Down

0 comments on commit 8a238bd

Please sign in to comment.