We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77abd68 commit 21117a9Copy full SHA for 21117a9
assets/css/v2/style.css
@@ -1212,6 +1212,11 @@ main {
1212
/* MARK: Coveo
1213
*/
1214
1215
+.search {
1216
+ display: flex;
1217
+ justify-content: center;
1218
+}
1219
+
1220
/* Search results on content */
1221
atomic-search-interface#search-v2 {
1222
position: relative;
layouts/search/single.html
@@ -1,5 +1,5 @@
1
{{ define "main" }}
2
-<section class="search" style="margin-left: 2rem;" >
+<section class="search">
3
{{ partial "coveo-atomic.html" .}}
4
</section>
5
{{ end }}
0 commit comments