Skip to content

Commit

Permalink
apply layout in design ativista #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe de Souza committed Apr 26, 2024
1 parent b70862d commit 147964a
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,4 +441,39 @@ body{
}
}
}

&.afluente-design-ativista{
.latest-grid-posts-block {

.latest-grid-posts-block__posts{
a{
display: flex;
gap: 30px;

.post-thumbnail{
.post-thumbnail--image{
width: 70px;
height: 70px;

img{
border-radius: 70px;
}
}
}
}

.post-content{
>h2{
color: var(--Primary-dark, var(--DARK, #111));
font-family: var(--wp--preset--font-family--manrope);
font-size: 20px !important;
font-style: normal;
font-weight: 700;
line-height: 130%;
}
}
}

}
}
}

0 comments on commit 147964a

Please sign in to comment.