Skip to content

Commit 21117a9

Browse files
authored
Coveo: Resolved issue where coveo results would overflow on mobile (#368)
1 parent 77abd68 commit 21117a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,11 @@ main {
12121212
/* MARK: Coveo
12131213
*/
12141214

1215+
.search {
1216+
display: flex;
1217+
justify-content: center;
1218+
}
1219+
12151220
/* Search results on content */
12161221
atomic-search-interface#search-v2 {
12171222
position: relative;

layouts/search/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<section class="search" style="margin-left: 2rem;" >
2+
<section class="search">
33
{{ partial "coveo-atomic.html" .}}
44
</section>
55
{{ end }}

0 commit comments

Comments
 (0)