Skip to content

Commit

Permalink
Merge pull request #38 from LightAPIs/dpr_3
Browse files Browse the repository at this point in the history
fix(style): Fix Mobile mode width overflow
  • Loading branch information
soulteary authored Jan 5, 2024
2 parents e1a93e0 + b6d9fd8 commit 15b0b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embed/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ h2 a {
}

#page-home.pageview .container {
min-width: 375px;
min-width: 360px;
}

@media (max-width: 1200px) {
Expand Down
Loading

0 comments on commit 15b0b7d

Please sign in to comment.