Skip to content

Commit

Permalink
Merge branch 'afluentes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe de Souza committed Apr 26, 2024
2 parents 1865834 + 147964a commit ca809da
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 ca809da

Please sign in to comment.