Skip to content

Commit 11472e9

Browse files
committed
x/website: move the style of .Header-menuItem outside of media queries
The default style of list tag has also been as it is outside of the media queries since go1.6, so move it to the outside.
1 parent 1de9d0e commit 11472e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/static/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ div#playground .buttons a {
337337
}
338338
.Header-menuItem {
339339
display: inline-flex;
340+
margin: 0.5rem 0;
340341
}
341342
.Header-menuItem,
342343
.Header-menuItem a:link,
@@ -425,9 +426,6 @@ div#playground .buttons a {
425426
flex-direction: row;
426427
width: auto;
427428
}
428-
.Header-menuItem {
429-
margin: 0.5rem 0;
430-
}
431429
.Header-menuItem:first-of-type {
432430
margin-top: 0.5rem;
433431
}

0 commit comments

Comments
 (0)