0
0

Increased max-width on landscape

This commit is contained in:
Opnxng 2023-12-26 04:06:43 +08:00
parent 3e29e35a1f
commit 3478926a52

View File

@ -86,7 +86,7 @@ input:focus, select:focus, textarea:focus, button:focus {
}
/*----------------------------------------------------------------------------------------------------*/
.wrapper {
max-width: 25.5rem;
max-width: 26.5rem;
margin: 0 auto;
text-align: center;
padding: calc(var(--font-size) * var(--line-height) * 3.6) var(--font-size) 0;