From fea3bba0df1a727807f4b9f1c1eb656162c0a8b8 Mon Sep 17 00:00:00 2001 From: syntaxerror752 Date: Tue, 2 Jun 2020 08:29:58 +1000 Subject: [PATCH] Changed method of keeping the logon box the same size --- src/scss/styles.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/scss/styles.scss b/src/scss/styles.scss index 2bb8fbc27e..eb48b6c4c6 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -124,15 +124,10 @@ body { background-color: #ecf0f5; } - &.full-width { + &.full-width:not(.layout_frontend) { .container { min-width: 980px; width: 90%; - .row { - .col-5 { - max-width: 416px; - } - } } } }