diff --git a/stirling-pdf/src/main/resources/static/css/home.css b/stirling-pdf/src/main/resources/static/css/home.css index fc1a8c3fb..44bd98935 100644 --- a/stirling-pdf/src/main/resources/static/css/home.css +++ b/stirling-pdf/src/main/resources/static/css/home.css @@ -109,3 +109,21 @@ .add-icon { color: var(--favourite-add) !important; } + +@media (max-width: 767.98px) { + #scale-wrap { + transform: scale(0.8) !important; + } + + .lead { + display: none; + + } + .filter-button { + transform-origin: center left; + } +} + +.dropdown-contents { + min-width: none m !important; +} diff --git a/stirling-pdf/src/main/resources/templates/fragments/navbar.html b/stirling-pdf/src/main/resources/templates/fragments/navbar.html index eebcffb02..50b7589bd 100644 --- a/stirling-pdf/src/main/resources/templates/fragments/navbar.html +++ b/stirling-pdf/src/main/resources/templates/fragments/navbar.html @@ -38,7 +38,7 @@