fix: align els

This commit is contained in:
2022-08-09 16:00:55 -04:00
parent c2c2249dd5
commit df033cc0d2
4 changed files with 2 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ const height = forceheight ?? "auto";
@media screen and (max-width: 600px) {
.container {
width: 100%;
width: 90vw;
}
}
</style>