Add: Max Width limit

This commit is contained in:
Donatas Kirda 2024-05-14 12:52:35 +03:00
parent a63034b4b4
commit 4e88678845
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F

View File

@ -17,6 +17,8 @@
flex-direction: row;
/* width: calc(100% - 16px); */
height: 100%;
justify-content: center;
}
main {
@ -24,6 +26,8 @@
flex-direction: column;
flex: 1;
padding: 32px;
max-width: 900px;
}
</style>