diff --git a/client/src/style.css b/client/src/style.css index cbaac69..18df29c 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -77,9 +77,12 @@ html, body, #app { } .menu button span { - color: #fff; - background-color: transparent; - border: none; + color: #fff !important; + background-color: transparent !important; + border: none !important; + padding: 0 !important; + margin: 0 !important; + display: inline !important; } .horizontal-box {