Skip to content

Commit f07d489

Browse files
committed
Minor adjustment to align breadcrumbs similar to other pages
1 parent 1de5230 commit f07d489

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

components/ListOfItemsCollection.vue

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ useHead({
261261
})
262262
</script>
263263
<template>
264-
<main class="blue-main">
265-
<div class="page page-collections-list-of-items">
264+
<main class="blue-main page page-collections-list-of-items">
265+
<div class="one-column">
266266
<NavBreadcrumb
267267
data-test="breadcrumb"
268268
class="breadcrumb"
@@ -272,7 +272,6 @@ useHead({
272272
<SectionWrapper
273273
ref="scrollElem"
274274
:section-title="attrs.page.title"
275-
class="header"
276275
theme="paleblue"
277276
data-test="complex-collections-page-title"
278277
>
@@ -341,14 +340,10 @@ useHead({
341340
</main>
342341
</template>
343342
<style lang="scss" scoped>
344-
@import '~/assets/styles/slug-pages.scss';
345-
346-
main.blue-main {
347-
background-color: var(--pale-blue);
348-
}
343+
@import 'assets/styles/listing-pages.scss';
349344
350345
.page-collections-list-of-items {
351-
346+
background-color: var(--pale-blue);
352347
padding-bottom: 20px; // add 20px at bottom per UX review
353348
354349
label.select-label,
@@ -363,6 +358,8 @@ main.blue-main {
363358
}
364359
365360
.section-wrapper {
361+
padding-inline: 0;
362+
366363
.section-header {
367364
text-align: center;
368365
}

0 commit comments

Comments
 (0)