From ee42145e15775dea1b6e0ba803f7f3c02d88cea3 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Thu, 10 Jul 2025 18:55:16 +0100 Subject: [PATCH] comparing with maing --- .../src/main/resources/static/css/home.css | 18 ++++++++++++++++++ .../resources/templates/fragments/navbar.html | 2 +- .../src/main/resources/templates/home.html | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) 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 @@