Skip to content

Commit f22c77e

Browse files
committed
hide what our members say until filled
1 parent 33190d1 commit f22c77e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mps_site/templates/components/home/what_our_members_say.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<style>
1111
/* Swiper Container */
1212
.swiper-container {
13-
width: 90%;
13+
width: 95%;
1414
height: 100%;
1515
margin: 20px auto;
1616
position: relative;
@@ -35,7 +35,6 @@
3535
.swiper-pagination {
3636
position: relative;
3737
margin-top: -15px;
38-
left: 0;
3938
width: 100%;
4039
text-align: center;
4140
}

mps_site/templates/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ <h5><i>We know you'll love it!</h5></i>
1818
{% include "components/subgroup.html" with subgroups_data=subgroups_data %}
1919
{% include 'components/stats.html' with title="Media Production Society In Numbers" subtitle="See how we've grown!" animate_seconds=5 stats=stats_data %}
2020
{% include "components/home/why_join.html" %}
21-
{% include "components/home/what_our_members_say.html" %}
2221
{% include 'components/home/awards_history.html' with homepage_awards=homepage_awards %}
2322
{% include "components/home/sponsors.html" %}
2423
{% include 'components/testimonials.html' %}

0 commit comments

Comments
 (0)