forked from M3-Academy/challenge-landing-page
feat(home): estilizando o header
This commit is contained in:
parent
c404bd0cc2
commit
ba7b690fee
@ -8,4 +8,15 @@ header {
|
|||||||
background-color: #000
|
background-color: #000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 101px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo svg {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 226.16px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user