fix: increase spacing between items in the header menu (#191)
parent
fcbd80b15b
commit
cb8747b98e
|
@ -200,6 +200,10 @@ img {
|
||||||
.gdoc-menu-header {
|
.gdoc-menu-header {
|
||||||
&__items {
|
&__items {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
:not(:last-child) {
|
||||||
|
margin-right: $padding-8;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__control {
|
&__control {
|
||||||
|
|
Loading…
Reference in New Issue