forked from M3-Academy/challenge-landing-page
fix: Ajusta texto do infocard do bot para mobile
This commit is contained in:
parent
1f8af93c30
commit
dc7ab0893d
@ -353,6 +353,12 @@ body{
|
|||||||
width: 84%;
|
width: 84%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bot-infocard-title{
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 29px;
|
||||||
|
padding-bottom: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
.bot-infocard-figure{
|
.bot-infocard-figure{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -152,15 +152,15 @@
|
|||||||
|
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
<ul class="footer-icons">
|
<ul class="footer-icons">
|
||||||
<li class="footer-icon"><a href="#" target="_blank">
|
<li class="footer-icon"><a href="https://www.instagram.com/m3.ecommerce/">
|
||||||
<img src="./assets/images/instagram-icon.svg" alt="Icone Instagram" />
|
<img src="./assets/images/instagram-icon.svg" alt="Icone Instagram" />
|
||||||
</a></li>
|
</a></li>
|
||||||
|
|
||||||
<li class="footer-icon"><a href="#" target="_blank">
|
<li class="footer-icon"><a href="https://www.facebook.com/digitalm3/">
|
||||||
<img src="./assets/images/facebook-icon.svg" alt="Icone Facebook" />
|
<img src="./assets/images/facebook-icon.svg" alt="Icone Facebook" />
|
||||||
</a></li>
|
</a></li>
|
||||||
|
|
||||||
<li class="footer-icon"><a href="#" target="_blank">
|
<li class="footer-icon"><a href="https://www.youtube.com/channel/UCW4o86gZG_ceA8CmHltXeXA">
|
||||||
<img src="./assets/images/youtube-icon.svg" alt="Icone Youtube" />
|
<img src="./assets/images/youtube-icon.svg" alt="Icone Youtube" />
|
||||||
</a></li>
|
</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user