Skip to content

Commit 04e1e11

Browse files
author
ComputelessComputer
committed
make main content full width, keep nav/footer constrained
1 parent 0e790ae commit 04e1e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ footer .footer-links a:hover {
171171

172172
main {
173173
flex: 1;
174-
max-width: var(--max-width);
174+
max-width: 100%;
175175
margin: 0 auto;
176176
width: 100%;
177177
padding: clamp(2.3rem, 4.7vw, 4.5rem) clamp(1.25rem, 3.2vw, 2.9rem) clamp(3.2rem, 8vw, 6.2rem);

0 commit comments

Comments
 (0)