Remove max pxl width

This commit is contained in:
Reid D McKenzie 2025-02-08 00:00:26 -07:00
parent ccc9aa5f93
commit a15f6f9b8f

View file

@ -31,7 +31,7 @@
.container {
position: relative;
width: 100%;
max-width: 960px;
// max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }