diff --git a/FrontendMentor/newbie/order-summary-component/css/style.css b/FrontendMentor/newbie/order-summary-component/css/style.css index 50c4dbf..37a3e01 100644 --- a/FrontendMentor/newbie/order-summary-component/css/style.css +++ b/FrontendMentor/newbie/order-summary-component/css/style.css @@ -56,7 +56,7 @@ html, body { - height: 100%; + min-height: 100vh; width: 100%; } @@ -68,8 +68,7 @@ body { main { background-image: var(--page-background-img); background-repeat: no-repeat; - min-height: 100%; - + min-height: inherit; display: flex; flex-direction: column; align-items: center;