Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/UI/Courses.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const Courses = ({ courses = [] }) => {
<section id="courses">
<Container>
<Row>
<Col lg="6" md="6" className="mb-5">
<Col lg="50" md="20" className="mb-">
<SectionSubtitle subtitle="Courses" />
<h4 className="mt-4 text-2xl">Checkout My Interactive Courses</h4>
<h4 className="mt-4 text-6xl">Checkout My Interactive Courses</h4>
</Col>
</Row>

Expand Down
2 changes: 1 addition & 1 deletion styles/subtitle.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-weight: 400;

margin-left: 40px;
font-size: 1.5rem !important;
font-size: 3rem !important;
position: relative;
}

Expand Down
Loading