Skip to content

Commit

Permalink
GITC-602 Fix styels (#9816)
Browse files Browse the repository at this point in the history
* updated styles for discover more grants

* add missing padding style

* updated flex alignment

Co-authored-by: Kevin Solorio <kevin.solorio@hey.com>
  • Loading branch information
2 people authored and nutrina committed Dec 6, 2021
1 parent 52c719d commit 4d74ff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/grants/templates/grants/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{% include 'shared/top_nav.html' with class='d-md-flex' %}
{% include 'grants/nav.html' %}

<div class="container-fluid">
<div>
{% if announcement %}
<div class="py-3 text-center" style="background-color: #6F3FF5">
<p class="mb-0 white">{{announcement.desc | safe}}</p>
Expand All @@ -81,13 +81,13 @@
<div v-if="isLandingPage" class="my-5">
{% include 'grants/landing/active_clr_round.html'%}
</div>
<div class="mb-5">
<div class="mb-5 py-5 bg-violet-100">
<div class="container">
<div class="row justify-content-between align-items-end mb-4">
<div class="row justify-content-between align-items-center mb-4">
<div class="col-auto">
<div class="row justify-content-start align-items-center">
<div class="col-auto">
<h4 class="font-weight-bold py-0 my-0 pl-0">Discover Grants</h4>
<h4 class="font-weight-bold pt-0 pb-2 mt-0 pl-0">Discover Grants</h4>
<p class="">Popular and interesting Grants from the Gitcoin community</p>
</div>
</div>
Expand Down

0 comments on commit 4d74ff4

Please sign in to comment.