Changed method of keeping the logon box the same size

This commit is contained in:
syntaxerror752 2020-06-02 08:29:58 +10:00
parent d323e775ca
commit fea3bba0df
1 changed files with 1 additions and 6 deletions

View File

@ -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;
}
}
}
}
}