diff --git a/styles/main.css b/styles/main.css index 79d1162..2b60984 100644 --- a/styles/main.css +++ b/styles/main.css @@ -76,7 +76,7 @@ body{ .top-card{ width: 18%; - background: #FFFFFF; + background: #FFF; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); padding: 35px 0 27px; } @@ -127,6 +127,15 @@ body{ .top-infocard-image{ max-width: 100%; } + + .top-cards{ + flex-direction: column; + align-items: center; + } + + .top-card{ + min-width: 85%; + } } @media screen and (min-width: 1025px){