forked from M3-Academy/challenge-landing-page
fix: corrige erro no footer #5
@ -172,8 +172,13 @@ footer{
|
|||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
color: #BDBDBD;
|
color: #BDBDBD;
|
||||||
|
font-family: 'Inter', sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 10px;
|
||||||
|
line-height: 12px;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -285,5 +290,16 @@ footer p {
|
|||||||
footer{
|
footer{
|
||||||
padding: 32px 0;
|
padding: 32px 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
footer p {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 10px;
|
||||||
|
line-height: 12px;
|
||||||
|
text-align: center;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #BDBDBD;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user