From ca7b0365f6ccb9a251974f6524da52245190b552 Mon Sep 17 00:00:00 2001 From: Andresa Date: Thu, 13 Oct 2022 11:35:38 -0300 Subject: [PATCH] space --- estilo.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/estilo.css b/estilo.css index c15f9c5..6af8f01 100644 --- a/estilo.css +++ b/estilo.css @@ -107,9 +107,9 @@ flex-wrap: wrap; .linha-imagens{ margin-bottom: 129px; -display: flex -justify-content: space-between -align-items: center +display: flex; +justify-contents: space-between; +align-items: center; }