diff --git a/frontend/src/components/Layout.module.css b/frontend/src/components/Layout.module.css index c15f37ae..3351a1c6 100644 --- a/frontend/src/components/Layout.module.css +++ b/frontend/src/components/Layout.module.css @@ -14,9 +14,10 @@ */ .container { - width: 378px; - margin: var(--cpd-space-10x) auto var(--cpd-space-6x) auto; - padding-bottom: var(--cpd-space-10x) + box-sizing: border-box; + max-width: calc(378px + var(--cpd-space-6x) * 2); + margin: 0 auto; + padding: var(--cpd-space-6x); } .footer { diff --git a/templates/components/navbar.html b/templates/components/navbar.html index e98609f3..91ae7c80 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -15,7 +15,7 @@ limitations under the License. #} {% macro top() %} -