1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-08 17:30:43 +00:00

Fix navbar spacing in minimal-small theme

This commit is contained in:
Jason McBrayer 2019-03-19 15:53:32 -04:00
parent 4c51916d38
commit 35d8f5b599

View File

@ -265,3 +265,6 @@ hr.is-hidden
display: flex;
}
.navbar-item span {
padding-right: 1ex;
}