Skip to content

Commit 92089db

Browse files
author
Brandon Green
committed
changed hr class
1 parent e5863ab commit 92089db

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

_sass/ecosystem.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,6 @@
362362
}
363363
}
364364

365-
.ecosystem .pagination {
366-
.page {
367-
border: 1px solid #dee2e6;
368-
padding: 0.5rem 0.75rem;
369-
}
370-
371-
.active .page {
372-
background-color: #dee2e6;
373-
374365
.ecosystem {
375366
.ecosystem-card-title-container {
376367
.card-title {
@@ -424,6 +415,10 @@
424415
top: 3rem;
425416
}
426417

418+
.ecosystem-scroll {
419+
display: none;
420+
}
421+
427422
.ecosystem{
428423
#dropdownSort, #dropdownSortLeft {
429424
margin-left: 0;

ecosystem/ecosystem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>
1919
</div>
2020
</div>
2121

22-
<hr id="pagination-scroll" class="ecosystem-divider">
22+
<hr id="pagination-scroll" class="ecosystem-scroll">
2323

2424
<div class="main-content-wrapper">
2525
<div class="main-content">

0 commit comments

Comments
 (0)