Skip to content

Commit e461b07

Browse files
committed
fix spacing
1 parent 16992ed commit e461b07

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/css/home.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
@media (min-width: 768px) {
211211
flex-direction: row;
212212
padding-top: 2rem;
213-
padding-bottom: 2rem;
213+
padding-bottom: 2.5rem;
214214
padding-right: 2rem;
215215
justify-content: space-between;
216216
}
@@ -231,6 +231,15 @@
231231
}
232232
}
233233

234+
.docs-doc-id-home-page .home-page-section-search p + .home-page-hero-right-search {
235+
margin-top: 0 !important;
236+
}
237+
238+
/* Also target the SearchBar wrapper directly */
239+
.docs-doc-id-home-page .home-page-hero-right-search {
240+
margin-top: 0 !important;
241+
}
242+
234243
.home-page-section:last-of-type {
235244
border-bottom: none;
236245
}

0 commit comments

Comments
 (0)