Skip to content

Commit

Permalink
adjusted spacing exam format section
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsilva22 committed Mar 11, 2024
1 parent c90a455 commit 6f438df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/products/prairietest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ export default function PrairieTest() {
a combination of any of them.
</p>
</div>
<div className="row">
<div className="col-md-6 order-2 pt-4">
<div className="row pt-2">
<div className="col-md-6 order-2">
<Image
src={byodFormatImage}
alt="students taking in-class exam"
Expand All @@ -173,8 +173,8 @@ export default function PrairieTest() {
</p>
</div>
</div>
<div className="row">
<div className="col-md-6 order-2 pt-4">
<div className="row pt-4">
<div className="col-md-6 order-2">
<Image
src={onlineFormatImage}
alt="student taking online exam"
Expand All @@ -196,8 +196,8 @@ export default function PrairieTest() {
</p>
</div>
</div>
<div className="row">
<div className="col-md-6 order-2 pt-4">
<div className="row pt-4">
<div className="col-md-6 order-2">
<Image
src={cbtfFormatImage}
alt="testing center room"
Expand Down

0 comments on commit 6f438df

Please sign in to comment.