fix requested changes from #3991

Signed-off-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
This commit is contained in:
Jovan Gerodetti 2020-05-27 19:33:55 +02:00
parent 049e3fc08c
commit af1c2f9b29
6 changed files with 36 additions and 33 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
*/
.mx_AuthBody {
max-width: 500px;
width: 500px;
font-size: $font-12px;
color: $authpage-secondary-color;
background-color: $authpage-body-bg-color;
@ -149,6 +149,9 @@ limitations under the License.
@media only screen and (max-width: 480px) {
.mx_AuthBody {
border-radius: 4px;
width: auto;
max-width: 500px;
padding: 10px;
}
}