forked from M3-Academy/challenge-landing-page
alterações finais adiciona font family e oraganização do código
This commit is contained in:
parent
63038f819b
commit
c3b42a513c
@ -4,6 +4,11 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.body{
|
||||
font-family: 'Inter', sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.page-header{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -175,6 +180,13 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px){
|
||||
.middle-images{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom-card-conteiner{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
|
Loading…
Reference in New Issue
Block a user