Addition bottom page content layout tweaks
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user