From e6be3d2cf94db1be5fcab35db94a84b94f218634 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 3 Aug 2023 10:57:02 +0200 Subject: [PATCH] Use same horizontal size for IDP login and consent --- frontend_src/_custom.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend_src/_custom.scss b/frontend_src/_custom.scss index 5058149..6e2baf4 100644 --- a/frontend_src/_custom.scss +++ b/frontend_src/_custom.scss @@ -35,16 +35,9 @@ body.idp { padding-bottom: 40px; } -.form-signin { - max-width: 330px; -} - -.form-consent { - max-width: 550px; -} - .form-signin, .form-consent { width: 100%; + max-width: 550px; padding: 15px; margin-left: auto; margin-right: auto;