Skip to content

Commit 905bd81

Browse files
authored
update btn group on mobile (#567)
1 parent c56430a commit 905bd81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_scss/_algolia.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
.algolia__initial-content {
1414
display: block;
15+
.btn-group {
16+
float: none !important;
17+
@media (min-width: 1380px) {
18+
float: right !important;
19+
}
20+
}
1521
}
1622

1723
.algolia__initial-content--hidden, .algolia__search-content {

0 commit comments

Comments
 (0)