Skip to content

Commit

Permalink
Merge pull request #297 from nossas/feature/search-refinement
Browse files Browse the repository at this point in the history
Search refinement pt2
  • Loading branch information
igr-santos authored Sep 23, 2024
2 parents 139ec0f + 096a5ca commit 332db33
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,20 @@ legend.form-label {
}
}
}
}

@media (max-width: 768px) {
.search-title-font-size {
font-size: 20px;
}
}

.search-button {
display: flex;
align-items: center;
justify-content: center;
}

.search-button .ds-icon-search {
margin-right: 8px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<form method="get">
<main class="container mx-auto pb-4">
<section class="pt-5 pb-3" style="max-width:570px;">
<h2 class="text-uppercase fw-bold">Conheça candidaturas da sua cidade</h2>
<h2 class="text-uppercase fw-bold search-title-font-size">Conheça candidaturas da sua cidade</h2>
<p>Use os filtros para descobrir candidaturas comprometidas com políticas climáticas!</span>
</section>
<div class="grid">
Expand Down

0 comments on commit 332db33

Please sign in to comment.