Skip to content

Commit

Permalink
edited templates styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Aref-Akminasi committed Dec 18, 2024
1 parent f2c3fc0 commit 09b5b97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/storybook/src/templates/details/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@
flex-direction: column;
}
}

.rhc-templates-page-content.rhc-templates-page-palin {
margin-block-end: var(--rhc-space-0);
margin-block-start: var(--rhc-space-0);
}
2 changes: 1 addition & 1 deletion packages/storybook/src/templates/details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Details() {
/>
<div className="rhc-templates-background-color-white">
<div className="rhc-templates-main-content">
<div className="utrecht-page-content rhc-templates-page-content">
<div className="utrecht-page-content rhc-templates-page-content rhc-templates-page-palin">
<Article>
<div className="rhc-margin-block-end-wrapper">
<Paragraph lead>
Expand Down

0 comments on commit 09b5b97

Please sign in to comment.