diff --git a/assets/styles/main.css b/assets/styles/main.css index b1ec17c..cfadd9f 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -82,7 +82,6 @@ body { .card{ width: 18%; text-align: center; - background: #fff; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); padding: 35px 26px 26px 26px; } @@ -160,6 +159,15 @@ body { .network-image{ width: 58%; } + + .cards{ + flex-direction: column; + gap: 24px; + } + + .card{ + width: 84.54%; + } }