hotfix(home): arrumando estrutura html do container image second

This commit is contained in:
Guilherme de Camargo Barbosa 2022-10-12 16:03:17 -03:00
parent ba7b690fee
commit 392ab56ff5
2 changed files with 68 additions and 35 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,10 @@
box-sizing: border-box; box-sizing: border-box;
} }
body {
background-color: #E5E5E5;
}
header { header {
background-color: #000 background-color: #000
} }
@ -13,10 +17,13 @@ header {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
max-width: 1920px;
margin: auto;
height: 101px; height: 101px;
} }
.logo svg { .logo svg {
width: 100%; width: 100%;
max-width: 226.16px; max-width: 226.16px;
} }