h
This commit is contained in:
+2
-13
@@ -656,8 +656,8 @@
|
||||
width: 100%;
|
||||
padding: 0.75rem 1rem;
|
||||
font-size: 0.85rem;
|
||||
background: #12121c;
|
||||
border: 1px solid #1a1a2e;
|
||||
background: #1a1a2e;
|
||||
border: 1px solid #2a2a4e;
|
||||
border-radius: 0.5rem;
|
||||
color: #e8e8f0;
|
||||
font-family: Inter, sans-serif;
|
||||
@@ -965,17 +965,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button
|
||||
class="arrow left"
|
||||
onclick="prevSlide()"
|
||||
aria-label="Previous"
|
||||
>
|
||||
<i class="fas fa-chevron-left"></i>
|
||||
</button>
|
||||
<button class="arrow right" onclick="nextSlide()" aria-label="Next">
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
</button>
|
||||
|
||||
<div class="carousel-dots">
|
||||
<button
|
||||
class="carousel-dot active"
|
||||
|
||||
Reference in New Issue
Block a user