Skip to content

Commit be07295

Browse files
committedFeb 7, 2018
Fix breakpoints for some large numbers
1 parent c08d717 commit be07295

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎_departments/childrens-center.html.twig

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ The [AS Children’s Center](https://www.csun.edu/as/childrens-center) is a high
99

1010
{% block reportBody %}
1111
<div class="row">
12-
<div class="col-md-6">
12+
<div class="col-lg-6">
1313
<section class="mb-5">
1414
<h3 class="t-3">Accreditation</h3>
1515
<p>Continued Accreditation by the National Association for the Education of Young Children</p>
1616
</section>
1717
</div>
18-
<div class="col-md-6">
18+
<div class="col-lg-6">
1919
<section class="mb-5">
2020
<h3 class="t-3">Accomplishments</h3>
2121
<ul>
@@ -44,7 +44,7 @@ The [AS Children’s Center](https://www.csun.edu/as/childrens-center) is a high
4444
value: 20000,
4545
desc: 'Meals'
4646
}
47-
], 'col-md-4') }}
47+
], 'col-md-6 col-lg-4') }}
4848
</div>
4949
</section>
5050

@@ -67,7 +67,7 @@ The [AS Children’s Center](https://www.csun.edu/as/childrens-center) is a high
6767
desc: 'Number of
6868
Student Employees'
6969
}
70-
], 'col-md-4') }}
70+
], 'col-md-6 col-lg-4') }}
7171
</div>
7272
</section>
7373
{% endblock %}

‎_departments/student-leadership.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
desc: 'Number of
7878
Committee Meetings'
7979
}
80-
], 'col-sm-6 col-md-4') }}
80+
], 'col-sm-6 col-lg-4') }}
8181
</div>
8282
</section>
8383

‎_departments/ticket-office.html.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In addition, the AS Ticket Office sells transit passes for Metro and the Antelop
1111

1212
{% block reportBody %}
1313
<div class="row mb-5">
14-
<div class="col-md-6">
14+
<div class="col-lg-6">
1515
{{ figure_horizontal({
1616
value: 64895,
1717
desc: 'Number of
@@ -21,7 +21,7 @@ In addition, the AS Ticket Office sells transit passes for Metro and the Antelop
2121
<small><sup>*</sup> for 346 events held on campus</small>
2222
</p>
2323
</div>
24-
<div class="col-md-6">
24+
<div class="col-lg-6">
2525
{{ figure_horizontal({
2626
value: 3987,
2727
desc: 'Number of

0 commit comments

Comments
 (0)