changed max-width

This commit is contained in:
grey-cat-1908 2024-08-23 16:06:35 +03:00 committed by GitHub
parent c3e7e0211f
commit db194c3d95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ body {
color: var(--font-color); color: var(--font-color);
font-size: var(--font-size); font-size: var(--font-size);
line-height: 1.8; line-height: 1.8;
max-width: min(64rem, 85%); max-width: min(54rem, 85%);
padding: 0 1rem; padding: 0 1rem;
} }