From f1494d4e9679a6a5d43beaa9072b3f3bb21431c0 Mon Sep 17 00:00:00 2001 From: RobsonTito Date: Thu, 13 Oct 2022 22:09:53 -0300 Subject: [PATCH] fix: page header --- assets/styles/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/styles/main.css b/assets/styles/main.css index ad1f47a..7999697 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -11,7 +11,6 @@ body { .page-header { display: flex; - flex-wrap: wrap; justify-content: center; padding: 28px 0; background: #000000 @@ -153,6 +152,6 @@ body { @media screen and (max-widht:2500) { .main-banner-mobile { display: none; - + } } \ No newline at end of file