Skip to content

Commit d5ceb4f

Browse files
author
ComputelessComputer
committed
set max-width to 1200px for all containers
1 parent 04e1e11 commit d5ceb4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
--space-xl: 2rem;
1919
--space-2xl: 3rem;
2020
--space-3xl: 4.5rem;
21-
--max-width: 1340px;
21+
--max-width: 1200px;
2222
--nav-height: 72px;
2323
--transition-fast: 150ms ease;
2424
}
@@ -171,7 +171,7 @@ footer .footer-links a:hover {
171171

172172
main {
173173
flex: 1;
174-
max-width: 100%;
174+
max-width: var(--max-width);
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)