From 4c75a253d3e46ab47a3f9258720e1dc8617decbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=BE=D0=B2=20=D0=90=D1=80=D1=82?= =?UTF-8?q?=D0=B5=D0=BC?= Date: Wed, 17 Jun 2026 11:35:51 +0300 Subject: [PATCH] Refine font sizes in 'drill-luxe' Keycloak theme login CSS for improved readability and responsiveness - Adjusted font sizes for the brand heading across different screen sizes using clamp functions to enhance visual consistency. - Ensured better adaptability of text elements in the login interface for a more user-friendly experience. --- .../themes/drill-luxe/login/resources/css/drill-luxe.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keycloak/themes/drill-luxe/login/resources/css/drill-luxe.css b/keycloak/themes/drill-luxe/login/resources/css/drill-luxe.css index e9af6e4..cceb8cc 100644 --- a/keycloak/themes/drill-luxe/login/resources/css/drill-luxe.css +++ b/keycloak/themes/drill-luxe/login/resources/css/drill-luxe.css @@ -200,7 +200,7 @@ body.drill-login::before { .drill-login__brand h1 { max-width: 780px; - font-size: clamp(2.25rem, 4.8vw, 4.9rem); + font-size: clamp(1.9rem, 3.6vw, 3.6rem); } .drill-login__brand p, @@ -630,7 +630,7 @@ body.drill-login::before { } .drill-login__brand h1 { - font-size: clamp(1.9rem, 10vw, 3rem); + font-size: clamp(1.55rem, 8vw, 2.25rem); } .drill-login__industrial-panel, @@ -655,7 +655,7 @@ body.drill-login::before { } .drill-login__brand h1 { - font-size: clamp(2rem, 3.5vw, 3.35rem); + font-size: clamp(1.7rem, 2.8vw, 2.65rem); } .drill-login__brand p {