Skip to content

Commit 0ae4522

Browse files
fix left alignment on some pages
1 parent 024535f commit 0ae4522

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

about/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</section>
2525
<section class="section-75 section-md-100 section-lg-150">
2626
<div class="shell">
27-
<div class="range range-md-justify">
27+
<div class="range range-md-justify justify-center">
2828
<div class="cell-md-8 cell-lg-7 cell-xl-6">
2929
<div class="inset-md-right-30 inset-lg-right-0">
3030
<h1>What We Do</h1>

about/our-alumni.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</div>
131131
</section>
132132
<section class="section-75 section-md-100 section-lg-150">
133-
<div class="shell range-offset-1">
133+
<div class="shell range-offset-1 justify-center">
134134
<div class="range">
135135
<div class="cell-lg-6">
136136
<h1>Our Alumni</h1>

about/our-team.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</div>
9696
</section>
9797
<section class="section-75 section-md-100 section-lg-150">
98-
<div class="shell range-offset-1">
98+
<div class="shell range-offset-1 justify-center">
9999
<div class="range">
100100
<div class="cell-lg-6">
101101
<h1>Our Team</h1>

about/our-web-team.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
</div>
151151
</section>
152152
<section class="section-75 section-md-100 section-lg-150">
153-
<div class="shell range-offset-1">
153+
<div class="shell range-offset-1 justify-center">
154154
<div class="range">
155155
<div class="cell-lg-6">
156156
<h1>Our Web Dev Team</h1>

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48062,4 +48062,8 @@ header nav.rd-navbar-static.rd-navbar-secondary .rd-navbar-nav > li.thin {
4806248062
padding-top: 10px;
4806348063
}
4806448064

48065+
.justify-center {
48066+
justify-content: center;
48067+
}
48068+
4806548069
/*# sourceMappingURL=style.css.map */

0 commit comments

Comments
 (0)