diff --git a/frontend/src/index.css b/frontend/src/index.css index 83fad05..b58e7fc 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -84,6 +84,7 @@ button { max-width: 800px; margin: 0 auto; padding: 2rem; + background-color: red; } .page--wide { @@ -412,6 +413,8 @@ button { } .page { + background-color: var(--color-bg); + height: 900px; padding: 1rem 0.75rem; } diff --git a/frontend/src/pages/addresses/Addresses.css b/frontend/src/pages/addresses/Addresses.css index f52cf0c..b295864 100644 --- a/frontend/src/pages/addresses/Addresses.css +++ b/frontend/src/pages/addresses/Addresses.css @@ -33,8 +33,9 @@ @media (max-width: 480px) { .address__remove { - margin-left: 0.5rem; - padding: 0.25rem 0.5rem; + padding: 0rem 0.9rem; font-size: 0.8rem; + margin-left: -3rem; + margin-bottom: 2rem; } -} +} \ No newline at end of file