🐞 fix: Move max-width to global styles
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-05-27 19:05:46 -05:00
parent 54482b0e2b
commit 4bf9f0ed45
3 changed files with 34 additions and 53 deletions
@@ -3,7 +3,6 @@
.contact-block {
background-color: var(--color-navy, #0d1f35);
border-bottom: 1rem solid var(--color-orange, #F26B53);
max-width: 80.5rem;
overflow: hidden;
position: relative;