diff --git a/dist/css/style.css b/dist/css/style.css index 417c7ec..8fc3030 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -373,10 +373,8 @@ h2 { } /* Hide button in top panel for small screen sizes */ -@media (max-width: 600px) and (max-height: 410px), - (min-width: 601px) and (max-width: 700px) and (max-height: 440px), - (min-width: 701px) and (max-height: 475px) { - .top-panel .btn-capanda1 { +@media (max-height: 550px) { + .top-panel button { display: none; } }