This commit is contained in:
tiago.kayaya
2021-06-09 10:01:45 +01:00
parent 419330e572
commit cb658bfa1f
8 changed files with 112 additions and 18 deletions
+8 -1
View File
@@ -41,7 +41,8 @@ ion-item{
--background: transparent;
}
.form{
width: 400px;
width: 300px;
margin: auto;
overflow: auto;
}
.form-label{
@@ -159,4 +160,10 @@ ion-item{
bottom: 0 !important;
text-align: center;
}
}
@media only screen and (min-width: 1024px){
.form{
width: 400px;
}
}