Skip to content

Commit 1de9d0e

Browse files
committed
x/website: set default margin-top to .Header-menuItem--search
The search input in header has the same problem as that of the first of header menu item, so re-set the default margin-top to it.
1 parent 6fe8ec1 commit 1de9d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ div#playground .buttons a {
450450
}
451451
.Header-menuItem--search {
452452
margin-left: 1.5rem;
453-
margin-top: 0;
453+
margin-top: 0.5rem;
454454
}
455455
.HeaderSearch-input {
456456
min-width: 5.625rem;

0 commit comments

Comments
 (0)