Skip to content

Commit

Permalink
Merge pull request #360 from PriyaGhosal/revert-348-course
Browse files Browse the repository at this point in the history
Revert "Created a Interactive page to display available courses"
  • Loading branch information
PriyaGhosal authored Oct 9, 2024
2 parents fa6bb3e + 8b596cb commit 8e580d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,850 deletions.
28 changes: 6 additions & 22 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,9 @@ body.nav-active {
#REUSED STYLE
\*-----------------------------------*/


.container {
padding-inline: 15px;
}

.container {
padding-inline: 16px;
}

.headline-lg,
.headline-md,
Expand Down Expand Up @@ -182,14 +180,10 @@ body.nav-active {
font-weight: var(--fw-500);
}

.section {
padding-block: var(--section-padding);
}
.section {
padding-block: var(--section-padding);
}


.has-bg-image {
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -237,10 +231,9 @@ body.nav-active {
text-align: center;
}

.section-title {
/* margin-block-end: 24px; */
}

.section-title {
margin-block-end: 24px;
}

.headline-md .has-after {
padding-block-end: 8px;
Expand Down Expand Up @@ -740,9 +733,6 @@ button:hover {
#COURSE
\*-----------------------------------*/

.course .grid-list {
/* padding-block: 20px 44px; */
=======

.course .grid-list {
padding-block: 20px 44px;
Expand Down Expand Up @@ -811,12 +801,6 @@ button:hover {
gap: 8px;
}

.course .btn {
width: 20%;
margin-left: 80%;
}

=======
.course .btn {
margin-inline: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ <h3 class="title-lg card-title">

</ul>

<a href="pages/courses.html" class="btn btn-primary" data-aos="zoom-out">View All Courses</a>
<a href="#" class="btn btn-primary" data-aos="zoom-out">View All Courses</a>

</div>
</section>
Expand Down
Loading

0 comments on commit 8e580d2

Please sign in to comment.