Skip to content

Commit

Permalink
fix: better footer style for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Jun 1, 2023
1 parent 6338fcd commit 81182a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vitepress/theme/layouts/home/slide4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,21 @@ const { frontmatter } = useData()
.links {
flex: 1 1 0;
flex-wrap: nowrap;
height: 0;
width: 100%;
margin-top: 70px;
padding: calc(var(--vp-nav-height-mobile) + 1rem) 2rem 1rem;
justify-content: flex-start;
.group {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
gap: 0 3rem;
padding-left: 25%;
}
}
.copyright {
Expand Down

0 comments on commit 81182a5

Please sign in to comment.