feature/landingPage #1

Merged
cainamilech merged 14 commits from feature/landingPage into main 2022-10-12 22:14:24 +00:00
2 changed files with 40 additions and 0 deletions
Showing only changes of commit 46a6c9c9a2 - Show all commits

View File

@ -192,6 +192,10 @@ body {
width: 100%; width: 100%;
} }
.article-figure-mobile{
width: 100%;
}
/*4k*/ /*4k*/
@media screen and (min-width: 2500px) { @media screen and (min-width: 2500px) {
.top-infocard-subtitle{ .top-infocard-subtitle{
@ -318,6 +322,34 @@ body {
font-size: 14px; font-size: 14px;
} }
.article-figure{
display: none;
}
.article{
margin-top: 98px;
}
.article-banner-mobile{
width: 100%;
}
.article-text{
width: 84.54%;
margin-top: 50px;
}
.article-title{
font-size: 24px;
line-height: 29px;
margin-bottom: 9px;
}
.article-description{
padding: 0;
margin-bottom: 87px;
}
} }
/*DESKTOP*/ /*DESKTOP*/
@ -325,4 +357,8 @@ body {
.banner-main-mobile{ .banner-main-mobile{
display: none; display: none;
} }
.article-figure-mobile{
display: none;
}
} }

View File

@ -98,6 +98,10 @@
</div> </div>
<article class="article"> <article class="article">
<figure class="article-figure-mobile">
<img class="article-banner-mobile" src="/assets/images/banner-article-mobile.png" alt="Banner de computadores">
</figure>
<div class="article-text"> <div class="article-text">
<h3 class="article-title"> <h3 class="article-title">
Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet