Skip to content

Commit

Permalink
fix left alignment on some pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-king committed Nov 16, 2024
1 parent 024535f commit 0ae4522
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</section>
<section class="section-75 section-md-100 section-lg-150">
<div class="shell">
<div class="range range-md-justify">
<div class="range range-md-justify justify-center">
<div class="cell-md-8 cell-lg-7 cell-xl-6">
<div class="inset-md-right-30 inset-lg-right-0">
<h1>What We Do</h1>
Expand Down
2 changes: 1 addition & 1 deletion about/our-alumni.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</div>
</section>
<section class="section-75 section-md-100 section-lg-150">
<div class="shell range-offset-1">
<div class="shell range-offset-1 justify-center">
<div class="range">
<div class="cell-lg-6">
<h1>Our Alumni</h1>
Expand Down
2 changes: 1 addition & 1 deletion about/our-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</div>
</section>
<section class="section-75 section-md-100 section-lg-150">
<div class="shell range-offset-1">
<div class="shell range-offset-1 justify-center">
<div class="range">
<div class="cell-lg-6">
<h1>Our Team</h1>
Expand Down
2 changes: 1 addition & 1 deletion about/our-web-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</div>
</section>
<section class="section-75 section-md-100 section-lg-150">
<div class="shell range-offset-1">
<div class="shell range-offset-1 justify-center">
<div class="range">
<div class="cell-lg-6">
<h1>Our Web Dev Team</h1>
Expand Down
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48062,4 +48062,8 @@ header nav.rd-navbar-static.rd-navbar-secondary .rd-navbar-nav > li.thin {
padding-top: 10px;
}

.justify-center {
justify-content: center;
}

/*# sourceMappingURL=style.css.map */

0 comments on commit 0ae4522

Please sign in to comment.