Skip to content

Commit 3e26f22

Browse files
committed
docs: remove figure margins
1 parent f6b090a commit 3e26f22

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/docs/src/components/app/Figure.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@
3030
inheritAttrs: false,
3131
}
3232
</script>
33+
34+
<style scoped>
35+
figure {
36+
margin: 0;
37+
}
38+
</style>

packages/docs/src/components/resources/Logos.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
width="125"
2121
/>
2222

23-
<div class="d-flex justify-center">
23+
<div class="d-flex justify-center mt-4">
2424
<v-btn
2525
:href="`${logo.src}.svg`"
2626
class="mx-1"
@@ -61,7 +61,7 @@
6161
cover
6262
/>
6363

64-
<div class="d-flex justify-center">
64+
<div class="d-flex justify-center mt-4">
6565
<v-btn
6666
:href="`${logo.src}.svg`"
6767
class="mx-1"

0 commit comments

Comments
 (0)