Skip to content

Commit 0863170

Browse files
committed
Fix horizontal spacing on sponsor box
1 parent b3590e4 commit 0863170

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/scss/7-pages/_index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
background-color: brand-color('primary');
9090
}
9191

92+
&__sponsors {
93+
padding: $space-small $h-unit;
94+
}
95+
9296
&__faq {
9397
padding: $space-large $h-unit;
9498
background-color: neutral-color('lower');

0 commit comments

Comments
 (0)