This commit is contained in:
lesion
2022-11-09 19:47:13 +01:00
parent d61a2125de
commit 44f0d3ce2a
2 changed files with 9 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ li {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
/* justify-content: center; */
}
@media only screen and (max-width: 600px) {
@@ -55,6 +55,7 @@ li {
.calh {
/* this is to avoid content shift layout as v-calendar does not support SSR */
height: 268px;
max-width: 600px;
}
.container {