diff --git a/src/assets/Coin.png b/src/assets/Coin.png index a5e458f..8240edb 100644 Binary files a/src/assets/Coin.png and b/src/assets/Coin.png differ diff --git a/src/landingPage.html b/src/landingPage.html index 9ea63e7..fee712a 100644 --- a/src/landingPage.html +++ b/src/landingPage.html @@ -10,13 +10,13 @@
-
+ -
+
@@ -147,7 +147,11 @@
- figura pagar + figura pagar
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, diff --git a/src/style/landingPage.css b/src/style/landingPage.css index dd15329..78b02e7 100644 --- a/src/style/landingPage.css +++ b/src/style/landingPage.css @@ -50,7 +50,7 @@ gap: 65px; } .texto-container { - max-width: 50%; + max-width: 40%; } .texto-container h1 { font-weight: 500; @@ -72,7 +72,7 @@ margin-top: 28px; } .image-descricao { - width: 20%; + width: 17%; } /* Primeiro container de cards */ .cards-container { @@ -86,7 +86,7 @@ justify-content: center; } .card { - width: 20%; + width: 18%; height: auto; min-height: 287px; background: #ffffff; @@ -141,10 +141,15 @@ .cards2-container .card { width: 25%; min-height: 332px; + gap: 15px; + padding: 35px 32px 65px; } .cards2-container .card .card-image { width: 25%; } +.cards2-container .card .card-image.card-image-phone { + width: 20%; +} /* Artigo de finalizacão */ .image-descricao-final-mobile { display: none; @@ -152,7 +157,7 @@ } .image-descricao-final-desktop { display: block; - width: 70%; + width: 71%; } .image-descricao-final { width: 100%; @@ -166,7 +171,7 @@ padding-bottom: 116px; } .texto-final-container { - width: 33%; + width: 29%; display: flex; flex-direction: column; align-items: center;