feat(home): estilizando o header

This commit is contained in:
Guilherme de Camargo Barbosa 2022-10-12 12:56:06 -03:00
parent c404bd0cc2
commit ba7b690fee

View File

@ -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;
}