From ba7b690fee27c6cfd9f6d76d480ff51ed744bf9f Mon Sep 17 00:00:00 2001 From: guiprj Date: Wed, 12 Oct 2022 12:56:06 -0300 Subject: [PATCH] feat(home): estilizando o header --- src/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/style.css b/src/style.css index c50e801..bd190a3 100644 --- a/src/style.css +++ b/src/style.css @@ -8,4 +8,15 @@ header { background-color: #000 } +.logo { + display: flex; + justify-content: center; + align-items: center; + width: 100%; + height: 101px; +} +.logo svg { + width: 100%; + max-width: 226.16px; +} \ No newline at end of file