Skip to content

Commit 5b1de89

Browse files
committed
fix: add side margin to plugin list
1 parent 20dc400 commit 5b1de89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/.vitepress/theme/components/PluginList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ const activeFilters = computed(() => {
268268
gap: 1rem;
269269
max-width: 1400px;
270270
margin: 3rem auto;
271+
padding: 0 1rem;
271272
}
272273
273274
.plugin-search-container {

0 commit comments

Comments
 (0)