fix design

This commit is contained in:
André Weller
2019-06-15 02:30:23 +02:00
parent d77f3d4636
commit de927c9e1f

View File

@@ -26,5 +26,11 @@ main {
align-items: center;
max-width: 50%;
}
@media (max-width: 800px) {
main {
max-width: 90%;
}
}
</style>