From f773cdf2dcce324e20c80a8db791129582b33d13 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 11 Oct 2022 16:24:43 -0300 Subject: [PATCH] =?UTF-8?q?altera=C3=A7=C3=B5s=20para=20evitar=20redundanc?= =?UTF-8?q?ias=20no=20css=20parte=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 15197d4..6cfa736 100644 --- a/style.css +++ b/style.css @@ -298,9 +298,11 @@ footer{ } .corpoPt6 p{ width: 84%; + order: 3; } .corpoPt6 h1{ width: 76%; + order: 2; } .retangulo2{ order: 1; @@ -316,12 +318,6 @@ footer{ order: 1; height: 414px; } - .corpoPt6 p{ - order: 3; - } - .corpoPt6 h1{ - order: 2; - } .retanguloDesktop{ display: none; }