This commit is contained in:
grey-cat-1908 2024-07-23 12:23:32 +03:00 committed by GitHub
parent a167636b41
commit ddc6c29a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,9 +26,8 @@ body {
color: var(--font-color);
font-size: var(--font-size);
line-height: 1.8;
max-width: 64rem;
max-width: min(64rem, 90%);
padding: 0 1rem;
max-width: 90%;
}
nav * {