Skip to content

Commit 66f28f0

Browse files
committed
docs: fix home-page bottom margin
1 parent 1fbf280 commit 66f28f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/app/pages/Home/HomeSponsors.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
6363
.home-sponsors {
6464
width: calc(100% + 32px);
65-
margin: 0 -16px;
65+
margin: 0 -16px -16px;
66+
padding-bottom: 28px;
6667
}
6768
6869
.home-sponsors-patreon {

0 commit comments

Comments
 (0)