Skip to content

Commit

Permalink
feat: resize mobile screen button size
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Jun 27, 2023
1 parent 1ea141f commit 915fd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

@media only screen and (max-width: 600px) {
.icon-button {
padding: 16px;
padding: 8px;
}
}

Expand Down
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "./styles/globals.scss";
import "./styles/markdown.scss";
import "./styles/highlight.scss";
import { getBuildConfig } from "./config/build";
import BgPng from "./icons/bg.png";

const buildConfig = getBuildConfig();

Expand Down

0 comments on commit 915fd7a

Please sign in to comment.