Yan_Garriga #1
BIN
assets/images/top-infocard-image.png
Normal file
BIN
assets/images/top-infocard-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -58,6 +58,10 @@ body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.top-infocard-image {
|
||||
padding: 73px 0 179px 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 414px) {
|
||||
.main-banner-desktop {
|
||||
display: none;
|
||||
@ -84,6 +88,11 @@ body {
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.top-infocard-image {
|
||||
max-width: 239px;
|
||||
padding: 64px 0 90px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
@ -37,6 +37,9 @@
|
||||
<p class="top-infocard-description">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
|
||||
</p>
|
||||
<div>
|
||||
<img class="top-infocard-image" src="./assets/images/top-infocard-image.png" alt="Primeira infocard do topo">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
Loading…
Reference in New Issue
Block a user