Skip to content

Commit 4279fc1

Browse files
committed
Left-align headings
1 parent b560e40 commit 4279fc1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/app/components/pages/TeacherFeatures.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ export const TeacherFeatures = () => {
8686
</Col>
8787
</Row>
8888
<Row className="my-4">
89-
<Col>
90-
<h3 className="h-title text-center">Teacher Support</h3>
91-
</Col>
89+
<h4>Teacher Support</h4>
9290
</Row>
9391
<Row className="isaac-cards-body mt-2 px-3">
9492
<Col sm={6} md={4} className="mb-3 mb-md-0">
@@ -119,9 +117,7 @@ export const TeacherFeatures = () => {
119117
</Col>
120118
</Row>
121119
<Row className="my-4">
122-
<Col>
123-
<h3 className="h-title text-end">Teacher Resources</h3>
124-
</Col>
120+
<h4>Teacher Resources</h4>
125121
</Row>
126122
<Row className="isaac-cards-body mb-5 mt-2 px-3">
127123
<Col sm={6} md={4} className="mb-3 mb-md-0">

0 commit comments

Comments
 (0)