Skip to content

Commit

Permalink
center customer case entry or all webbrowsers
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Dec 12, 2024
1 parent 9847121 commit 496312d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function CustomerCasesEntry({ language, section }: CustomerCasesProps) {

return (
customerCaseResult && (
<div>
<>
<div className={styles.titleWrapper}>
<Text type="h3" className={styles.title}>
{section.basicTitle}
Expand All @@ -56,7 +56,7 @@ async function CustomerCasesEntry({ language, section }: CustomerCasesProps) {
language={language}
customerCasePageSlug={customerCasePageSlug}
/>
</div>
</>
)
);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.container {
container-type: inline-size;
container-name: customer-case-container;
display: flex;
justify-content: center;
}

.wrapper {
Expand All @@ -11,7 +13,6 @@
display: flex;
gap: 1rem;
max-width: var(--max-content-width-large);
justify-self: center;
}

.imageWrapper {
Expand Down

0 comments on commit 496312d

Please sign in to comment.