Skip to content

Commit

Permalink
ajusta grid de pesquisa filtro opiniao
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed May 9, 2024
1 parent b492cad commit 64865db
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ $p_theme_assets: '/wp-content/themes/midia-ninja-theme/assets';

a{
text-decoration: none !important;
overflow: hidden;
}

.post-card-opiniao{
Expand Down Expand Up @@ -421,32 +422,6 @@ $p_theme_assets: '/wp-content/themes/midia-ninja-theme/assets';
}
}

.is-content-opiniao{
.filters-search-form{
.col-md-9{
.content{
display: grid;
grid-template-columns: 1fr 1fr;
align-items: start;
grid-column-gap: 2rem;
grid-row-gap: 0.5rem;
max-width: 770px;
width: 100%;

@include small{
display: flex;
flex-direction: column;
}

@include mobile{
display: flex;
flex-direction: column;
}
}
}
}
}

@import "./../7-parts/p-content-post";
}
}
Expand Down

0 comments on commit 64865db

Please sign in to comment.