Skip to content

Commit

Permalink
fix: Fixed the styles in mobile (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilyang authored Jul 12, 2021
1 parent 19cf4a9 commit 342d642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
:root {
--main-modules-width: calc(100vw - 2rem);
--main-modules-gap: 60px;
--ifm-navbar-padding-horizontal: 16px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
}

@media (max-width: 996px) {
.introductionContent, .projects {
.introductionContent, .projects, .projectsContent {
display: block;
}

Expand Down

1 comment on commit 342d642

@vercel
Copy link

@vercel vercel bot commented on 342d642 Jul 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.