Skip to content

Commit

Permalink
cleanup: make the plugin list have no margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Jul 22, 2024
1 parent 2474ff2 commit 229d90b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/PluginsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ function filterplugins(tag: string) {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media screen and (max-width: 650px) {
margin: 0;
}
article {
transition: transform 0.3s ease;
border-radius: 1.3rem;
Expand Down

0 comments on commit 229d90b

Please sign in to comment.