fix form view on mobile device

This commit is contained in:
Simon Vieille 2022-05-16 21:15:54 +02:00
parent 4abb262e5c
commit cf33f4b5a3
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -401,11 +401,17 @@ th {
#form-main {
> .tab-content {
padding: 30px;
@media screen and (min-width: 500px) {
padding: 30px;
}
background: lighten(map-get($theme-colors, 'dark-blue'), 75%);
.tab-form {
padding: 30px;
@media screen and (min-width: 500px) {
padding: 30px;
}
background: #fff;
border: 1px solid #ccc;
}