From ad2467b72d99f2edd609ff0a08c812b95ade0739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Sun, 22 Dec 2024 15:52:46 +0100 Subject: [PATCH] Feather icons size --- static/main.css | 5 +++++ views/login.html | 2 +- views/totp_enroll.html | 2 +- views/welcome.html | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index cded75c..c3e61a9 100644 --- a/static/main.css +++ b/static/main.css @@ -6,4 +6,9 @@ img#header-logo { #login-card { margin: auto; max-width: 600px; +} + +.feather { + height: 18px; + width: auto; } \ No newline at end of file diff --git a/views/login.html b/views/login.html index 1b0e805..4f75764 100644 --- a/views/login.html +++ b/views/login.html @@ -41,7 +41,7 @@
diff --git a/views/totp_enroll.html b/views/totp_enroll.html index 7a4e3a8..8b6e96e 100644 --- a/views/totp_enroll.html +++ b/views/totp_enroll.html @@ -48,7 +48,7 @@
diff --git a/views/welcome.html b/views/welcome.html index 023fb6b..d987a77 100644 --- a/views/welcome.html +++ b/views/welcome.html @@ -82,7 +82,7 @@