refactor: Aplica pequenas mudanças no código com mesma funcionalidade
This commit is contained in:
parent
33677fe269
commit
31a5df4c29
@ -240,6 +240,11 @@ a {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.redes-sociais img {
|
||||
width: 24px;
|
||||
height:24px;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
text-transform: uppercase;
|
||||
font-weight: 400;
|
||||
@ -403,6 +408,10 @@ a {
|
||||
box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
|
||||
.mini-banner-wrapper {
|
||||
gap: 52px;
|
||||
}
|
||||
|
||||
.bottom-cards {
|
||||
gap: 30px;
|
||||
}
|
||||
@ -417,6 +426,11 @@ a {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.redes-sociais img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
line-height: 24px;
|
||||
font-size: 20px;
|
||||
|
@ -39,7 +39,7 @@
|
||||
<h2 class="top-infocard-subtitle">
|
||||
Lorem ipsum
|
||||
</h2>
|
||||
|
||||
|
||||
<h1 class="top-infocard-title">
|
||||
Dolor sit amet
|
||||
</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user