Skip to content

Commit

Permalink
refactor: adjust css to remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
lweijian committed Sep 20, 2022
1 parent 09161a1 commit bae5309
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/theme-default/components/DocFooter/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,14 @@
display: flex;
flex-direction: column;
gap: 16px;
border-top: 1px solid var(--island-c-divider-light);
padding-top: 24px;
}

@media (min-width: 640px) {
.prev-next {
display: flex;
flex-direction:row;
border-top: 1px solid var(--island-c-divider-light);
padding-top: 24px;
}

.prev-next {
display: flex;
justify-content: space-around;
gap: 16px;
}
}

Expand Down

0 comments on commit bae5309

Please sign in to comment.