Reduce max-width of section to 35rem

This commit is contained in:
Christopher Drosos 2026-05-04 00:19:40 +03:00 committed by GitHub
parent 6b74d5941e
commit 019ab3a599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
.section {
position: relative;
max-width: 50rem;
max-width: 35rem;
display: flex;
flex-direction: column;
align-items: start;