feat/challenge-landing-page #1

Merged
PatrickSouzaSilva merged 12 commits from feat/challenge-landing-page into main 2022-10-14 00:44:10 +00:00
2 changed files with 10 additions and 4 deletions
Showing only changes of commit 1ebf2d40cc - Show all commits

View File

@ -180,11 +180,17 @@
<section class="bottom-infocard"> <section class="bottom-infocard">
<figure>
<img class="bottom-infocard-img-mobile" src="" alt=""> <img class="bottom-infocard-img-mobile" src="" alt="">
</figure>
<figure>
<img class="bottom-infocard-image" src="/assents/assents-img/bottom-inforcard-99.png" <img class="bottom-infocard-image" src="/assents/assents-img/bottom-inforcard-99.png"
alt="imagem de oculos sobre o computador"> alt="imagem de oculos sobre o computador">
</figure>
<div class="bottom-inforcard-text"> <div class="bottom-inforcard-text">
<h2 class="bottom-infocard-title"> <h2 class="bottom-infocard-title">
Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet

View File

@ -186,7 +186,7 @@
.bottom-infocard-image { .bottom-infocard-image {
display: block; display: block;
max-width: 596px;
width: 100%; width: 100%;
} }