From 58056dedea70eb83743536f723b5b4dfdd1b8dad Mon Sep 17 00:00:00 2001 From: Juan Guzzo Santana Date: Thu, 13 Oct 2022 21:57:49 -0300 Subject: [PATCH] feat(main): Adiciona os cards de baixo mobile e responsividade --- styles/main.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/styles/main.css b/styles/main.css index 155f4a1..df55574 100644 --- a/styles/main.css +++ b/styles/main.css @@ -156,6 +156,7 @@ body { .bottom-card-description { width: 85%; + margin-bottom: 19%; font-size: 16px; line-height: 24px; text-align: center; @@ -206,6 +207,10 @@ body { width: 85% } + .middle-banners { + margin-bottom: 23vh; + } + .middle-banners-wrapper { margin: 0px 2% 0; width: 95%; @@ -224,4 +229,15 @@ body { grid-column-start: 1; grid-column-end: 3; } + + .bottom-cards { + display: flex; + flex-direction: column; + align-items: center; + grid-template-columns: 1fr; + } + + .bottom-card { + width: 85% + } } \ No newline at end of file