Addition bottom page content layout tweaks
This commit is contained in:
parent
e427f4a460
commit
e8ef6433e5
@ -130,7 +130,6 @@
|
||||
.bottomPageContentContainer {
|
||||
background-color: var(--theme-color-components-content-background);
|
||||
padding: calc(2 * var(--content-padding));
|
||||
padding-top: 0px;
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1,9 +1,5 @@
|
||||
@import 'styles/mixins.scss';
|
||||
|
||||
.pageContentContainer {
|
||||
@include flexCenter;
|
||||
}
|
||||
|
||||
.customPageContent {
|
||||
font-size: 1rem;
|
||||
line-height: 1.6em;
|
||||
|
@ -7,7 +7,7 @@ export type CustomPageContentProps = {
|
||||
};
|
||||
|
||||
export const CustomPageContent: FC<CustomPageContentProps> = ({ content }) => (
|
||||
<div className={styles.pageContentContainer} id="custom-page-content">
|
||||
<div id="custom-page-content">
|
||||
<div className={styles.customPageContent} dangerouslySetInnerHTML={{ __html: content }} />
|
||||
</div>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user