Skip to content

Commit

Permalink
Updates bug that prevented FeaturedContent from being fullbleed
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviawongnyc committed Nov 25, 2024
1 parent ca8ad70 commit fd09aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/theme/components/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const TemplateContentTopBottom = defineStyleConfig({
const TemplateContentPrimary = defineStyleConfig({
baseStyle: defineStyle({
gridColumn: { base: "1", md: "1 / span 2" },
overflow: { base: "unset", md: "hidden" },
paddingX: "s",
}),
variants: {
Expand All @@ -79,11 +78,13 @@ const TemplateContentPrimary = defineStyleConfig({
minWidth: { md: 0 },
paddingRight: "s",
paddingLeft: { base: "s", md: "l" },
overflow: { base: "unset", md: "hidden" },
},
right: {
gridColumn: "1",
paddingRight: { base: "s", md: "l" },
paddingLeft: "s",
overflow: { base: "unset", md: "hidden" },
},
},
});
Expand Down

0 comments on commit fd09aa5

Please sign in to comment.