mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-22 04:40:40 +00:00
fix: increase spacing between items in the header menu (#191)
This commit is contained in:
parent
fcbd80b15b
commit
cb8747b98e
@ -200,6 +200,10 @@ img {
|
||||
.gdoc-menu-header {
|
||||
&__items {
|
||||
display: inline-block;
|
||||
|
||||
:not(:last-child) {
|
||||
margin-right: $padding-8;
|
||||
}
|
||||
}
|
||||
|
||||
&__control {
|
||||
|
Loading…
Reference in New Issue
Block a user