forked from M3-Academy/challenge-landing-page
hotfix(home): arrumando estrutura html do container image second
This commit is contained in:
parent
ba7b690fee
commit
392ab56ff5
File diff suppressed because one or more lines are too long
@ -4,6 +4,10 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #E5E5E5;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: #000
|
||||
}
|
||||
@ -13,6 +17,8 @@ header {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
max-width: 1920px;
|
||||
margin: auto;
|
||||
height: 101px;
|
||||
}
|
||||
|
||||
@ -20,3 +26,4 @@ header {
|
||||
width: 100%;
|
||||
max-width: 226.16px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user