Website: remove max-width cap for true full-width layout

This commit is contained in:
w4nn4d13
2026-04-06 23:56:21 +05:30
parent 68c9723319
commit 4d27061c27
-6
View File
@@ -85,12 +85,6 @@ section {
padding: 1.1rem clamp(1rem, 3vw, 2.5rem); padding: 1.1rem clamp(1rem, 3vw, 2.5rem);
} }
section > * {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
h2 { h2 {
margin-top: 0; margin-top: 0;
color: var(--accent); color: var(--accent);