fix: increase spacing between items in the header menu (#191)

uci-hugo-doc
Robert Kaussow 2021-08-24 17:35:11 +02:00 committed by GitHub
parent fcbd80b15b
commit cb8747b98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@ img {
.gdoc-menu-header {
&__items {
display: inline-block;
:not(:last-child) {
margin-right: $padding-8;
}
}
&__control {