Added missing classes to main.css mobile

This commit is contained in:
Calvo 2021-03-26 14:33:48 +01:00
parent dff3ef3484
commit 3b185d3a70
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@ body {
font-size: 10px !important;
}
.center {
text-align: center;
}
.invisible {
display: none;
}
.ui-header .ui-title {
font-size: 14px !important;
}