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;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.body{
|
||||||
|
font-family: 'Inter', sans-serif;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.page-header{
|
.page-header{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -175,6 +180,13 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px){
|
||||||
|
.middle-images{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bottom-card-conteiner{
|
.bottom-card-conteiner{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
Loading…
Reference in New Issue
Block a user