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;
}
body {
background-color: #E5E5E5;
}
header {
background-color: #000
}
@ -13,10 +17,13 @@ header {
justify-content: center;
align-items: center;
width: 100%;
max-width: 1920px;
margin: auto;
height: 101px;
}
.logo svg {
width: 100%;
max-width: 226.16px;
}
}