Skip to content

Commit

Permalink
ajustado espaçamento da galeria de videos do youtube em cop26
Browse files Browse the repository at this point in the history
  • Loading branch information
dioliviers committed May 7, 2024
1 parent ee0bfc3 commit e7ff9de
Showing 1 changed file with 70 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,73 @@ body{
}

}
}
&.especial-copa-femininja-2023 {
.wp-block-column{
h2{
font-family: 'Manrope', sans-serif !important;
}
}
}
&.especial-paralimpiadas-tokyo-2020{
.post-content{
.wp-block-columns:nth-of-type(1){
img{
object-fit: contain;
}
}

}
}
&.especial-grammy2022{
.menu-especial__logo-mobile{
.menu-especial__logo-mobile{
object-fit: contain !important;
}
}
}
&.especial-cop-26 {
#videos{
.wp-block-cover__inner-container{
.wp-block-columns:nth-of-type(3) {
@include mobile{
display: flex;
}
.wp-block-column{
figure{
min-width: auto;
}
}
}
}
}
}
}





























0 comments on commit e7ff9de

Please sign in to comment.