File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -94,23 +94,21 @@ <h5 class="card-title pt-3 mx-5">{{tier.name}} <br>{{tier.price}}</h5>
94
94
</ div >
95
95
</ div >
96
96
97
- <!-- donation perks section -->
98
-
99
- < div class ="container mt-4 mb-5 ">
100
- < div class ="row text-center w-100 ">
97
+ < div class ="container mt-4 mb-5 p-0 ">
98
+ < div class ="container p-0 m-0 row text-center w-100 ">
101
99
< h2 class ="text-primary mb-4 "> Major Donors</ h2 >
102
- < div class ="row justify-content-center mb-4 ">
103
- {% for org in site.data.donors %}
104
- < div class =" col-12 col-sm-6 col-lg-3 mb-4 " >
105
- < div class ="">
106
- < a href ="{{org.site}} " class ="text-decoration-none ">
107
- < img src ="assets/donors/{{org.image}} " class ="mx-auto img-fluid px-3 mb-2 "
108
- style =" height: 110px; " alt ="{{ org.name }} ">
109
- < h5 class ="text-primary "> {{ org.name }}</ h5 >
100
+ < div class ="col ">
101
+ < div class =" row justify-content-center mb-4 " >
102
+ {% for org in site.data.donors %}
103
+ < div class ="col-6 col-sm-3 mb-4 h-6 ">
104
+ < a href ="{{org.site}} " class ="text-decoration-none d-flex flex-column h-100 ">
105
+ < img src ="assets/donors/{{org.image}} " class ="mx-auto img-fluid px-3 mb-2 flex-fill "
106
+ alt ="{{ org.name }} " style =" object-fit: contain; max-height: 90px; ">
107
+ < h5 class ="text-primary " style =" height: 48px " > {{ org.name }}</ h5 >
110
108
</ a >
111
109
</ div >
110
+ {% endfor %}
112
111
</ div >
113
- {% endfor %}
114
112
</ div >
115
113
</ div >
116
114
</ div >
You can’t perform that action at this time.
0 commit comments