This commit is contained in:
lesion
2022-11-25 11:08:16 +01:00
parent 11fc9ffc57
commit 939f4c9fa2
2 changed files with 6 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ li {
display: flex;
flex-wrap: wrap;
gap: 16px;
/* justify-content: center; */
justify-content: center;
}
@media only screen and (max-width: 600px) {
@@ -68,8 +68,8 @@ li {
max-width: 800px;
}
.v-dialog .v-dialog--fullscreen {
max-width: 100%;
.v-dialog--fullscreen {
max-width: 100% !important;
}
.v-application p {