Skip to content

Commit

Permalink
mobile-produto-blog
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkratez committed Jun 12, 2024
1 parent 8cb5cdf commit bba3a0f
Showing 1 changed file with 45 additions and 3 deletions.
48 changes: 45 additions & 3 deletions estilo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ footer .footer-down {
* {
margin: 0;
padding: 0;
max-width: 430px;
max-width: 43rem;
}

/* MOBILE - HEADER */
Expand All @@ -373,9 +373,14 @@ footer .footer-down {
display: flex;
flex-direction: column;
}

.menu ul {
display: flex;
flex-direction: column;
}

/* MOBILE - SMARTWATCH FITNESS */
section.smartwatch-fitness {
.smartwatch-fitness {
display: flex;
flex-direction: column;
padding: 4rem 2%;
Expand Down Expand Up @@ -403,5 +408,42 @@ footer .footer-down {
}

/* MOBILE - PRODUTOS */

.produtos {
padding: 4rem 2%;
display: flex;
flex-direction: column;
}

.flex {
margin: 0 auto;
flex-direction: column;
}

.flex .img-port {
margin-bottom: 3rem;
width: 20rem;
height: 20rem;
}

/* MOBILE - BLOG */
.blog {
padding: 4rem 2%;
}

.articles {
margin: 35rem 0;
flex-direction: column;
width: 25rem;
}

.article {
margin: 2rem;
}

.article img {
width: 20rem;
height: 20rem;
}

/* MOBILE - SOBRE NOS */
}

0 comments on commit bba3a0f

Please sign in to comment.