Skip to content

Commit c1e389d

Browse files
committed
Updated the Developer Review Section
1 parent ca56535 commit c1e389d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>No projects found</h3>
102102
<!-- DEVELOPER REVIEW SECTION -->
103103

104104
<!-- Developer Reviews Section -->
105-
<section class="reviews-section" id="reviews">
105+
<section class="reviews-section" id="reviews" style="cursor:auto;">
106106
<h2 class="review-section-title">
107107
Developer Reviews
108108
</h2>

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@
494494
/* REVIEW SECTION */
495495
.reviews-section {
496496
padding: 60px 0;
497+
cursor: pointer;
497498
}
498499

499500
.review-section-title {
@@ -510,17 +511,21 @@
510511
width: 100%;
511512
padding: 2rem 0;
512513
position: relative;
514+
cursor:auto;
513515
}
514516

515517
.swiper-wrapper {
516518
align-items: center;
519+
cursor:auto;
517520
}
518521

519522

520523
.swiper-slide {
521524
display: flex;
522525
justify-content: center;
523526
align-items: center;
527+
cursor:auto;
528+
524529
}
525530

526531

0 commit comments

Comments
 (0)