From d1174f763b56d2adeae87150fe6ceca1883ee7f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Liberato?=
Date: Mon, 10 Oct 2022 07:10:11 -0300
Subject: [PATCH] Efetuando alguns ajustes nos cards.
---
assets/css/index.css | 16 ++++++++--------
index.html | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/assets/css/index.css b/assets/css/index.css
index ab7e735..89701da 100644
--- a/assets/css/index.css
+++ b/assets/css/index.css
@@ -47,6 +47,7 @@
.sobre .sobre__saibaMais {
width: 100%;
+ height: 100%;
display: flex;
flex-direction: column;
@@ -58,10 +59,11 @@
.sobre .sobre__saibaMais .sobre__saibaMais--infos {
background-color: #FFFFFF;
width: 100%;
- max-width: 350.33px;
- height: 287.95px;
+ max-width: 365px;
+ height: 332px;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
margin: 8px 5px;
+ padding: 65px 33px;
display: flex;
flex-direction: column;
@@ -70,10 +72,11 @@
text-align: center;
}
-.sobre .sobre__saibaMais .infos p {
- max-width: 271px;
+.sobre .sobre__saibaMais .sobre__saibaMais--infos img {
+ padding: 10px 62px 30px;
}
+
/* .images__notebook {
width: 100%;
background-color: #E0E0E0;
@@ -196,9 +199,6 @@
}
- .informacoes__card .informacoes__card--dados {
- box-sizing: border-box;
- }
.informacoes__card .informacoes__card--dados:nth-child(1){
margin-top: 0;
@@ -219,7 +219,7 @@
.mais__informacoes img:nth-child(2) {
display: block;
- padding: 0 20px;
+ padding: 0 100px 116px;
}
}
diff --git a/index.html b/index.html
index fed807e..d708fab 100644
--- a/index.html
+++ b/index.html
@@ -61,7 +61,7 @@
-
+