Skip to content

Commit

Permalink
put back sticky and center styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sartxi committed Nov 8, 2023
1 parent ce06030 commit 19e5338
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion libs/blocks/section-metadata/section-metadata.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
border-bottom: 1px solid;
}

.section.center[class*='-up'] {
justify-items: center;
}

.section[class*='-up'].no-gap {
gap: 0;
}
Expand Down Expand Up @@ -167,6 +171,11 @@
gap: var(--spacing-m);
}

.section.sticky-bottom.promo-sticky-section {
background: none;
z-index: 4;
}

.section[class*='grid-width-'] > .content,
main > .section[class*='-up'] > .content {
max-width: initial;
Expand Down Expand Up @@ -223,7 +232,7 @@ main > .section[class*='-up'] > .content {
grid-template-columns: repeat(5, 1fr);
}

.section.center-desktop[class*='-up'] {
.section.center[class*='-up'] {
grid-template-columns: auto;
grid-auto-flow: column;
justify-content: center;
Expand Down

0 comments on commit 19e5338

Please sign in to comment.