From b0de4d3efdaeeb20d5b3743e432b72a6f9c1c6a0 Mon Sep 17 00:00:00 2001 From: Douglas Nobrega Date: Wed, 12 Oct 2022 21:22:23 -0300 Subject: [PATCH] Ajustes --- assets/styles/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/styles/style.css b/assets/styles/style.css index 7bdfaff..0538302 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -32,6 +32,7 @@ body { .top-infocard { display: flex; flex-direction: column; + text-align: center; padding: 73px 0; } @@ -66,12 +67,8 @@ body { margin-top: 20px; } -.top-infocard-images { - max-width: 315px; -} - .top-infocard-image { - width: 100%; + width: 315px; margin-top: 73px; }