fix: center full layout content

This commit is contained in:
EETagent 2022-11-17 23:11:41 +01:00
parent af38e3cb1d
commit a1a5e45643

View file

@ -48,5 +48,6 @@
}
.content {
@apply w-full h-full;
@apply flex items-center justify-center;
}
</style>