Apply a bit more padding to menu items.

This commit is contained in:
Chris 2019-09-28 13:59:02 +01:00
parent 345154516d
commit 5fb4fe09dc

View File

@ -135,5 +135,5 @@ div.top-bar-right .menu>li {
} }
div.top-bar-right .dropdown.menu>li>.button{ div.top-bar-right .dropdown.menu>li>.button{
padding: 0.5rem; padding: 0.5rem 0.75rem;
} }