diff --git a/css/layout/main.css b/css/layout/main.css index a0a1fa1..b35e2aa 100644 --- a/css/layout/main.css +++ b/css/layout/main.css @@ -97,18 +97,20 @@ .grid-one, .grid-two, .grid-three, .grid-four { width: 432px; - height: 332px; + min-height: 332px; + height: 100%; background: #FFFFFF; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); display: flex; - justify-content: center; + justify-content: space-around; align-items: center; flex-direction: column; - margin: auto; + padding: 32px; } .grid-one p, .grid-two p, .grid-three p, .grid-four p { width: 367px; + height: 100%; text-align: center; margin-top: 14px; }