Skip to content

Commit db6f4c5

Browse files
committed
Move search pagination css with hit container
1 parent ab9aa28 commit db6f4c5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

site/src/component/SearchHitContainer/SearchHitContainer.scss

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@
1717
max-width: 100%;
1818
}
1919
}
20+
21+
.search-pagination {
22+
display: flex;
23+
justify-content: center;
24+
}

site/src/component/SearchModule/SearchModule.scss

-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@
1515
border-color: #80bdff;
1616
}
1717
}
18-
19-
// center the search pagination
20-
.search-pagination {
21-
display: flex;
22-
justify-content: center;
23-
}

0 commit comments

Comments
 (0)