Increase max-width of section to 50rem

This commit is contained in:
Christopher Drosos 2026-05-03 11:29:49 +03:00 committed by GitHub
parent f6683080b0
commit e6f5d71f46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
.section {
position: relative;
max-width: 35rem;
max-width: 50rem;
display: flex;
flex-direction: column;
align-items: start;
@ -19,4 +19,4 @@
margin-bottom: 2rem;
color: var(--primary-foreground-color);
}
}
}