This commit is contained in:
@@ -8,9 +8,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
// add some spacing between the last row of content and the footer
|
// add some spacing between the last row of content and the footer
|
||||||
:global(.ant-row) {
|
.footerContainer {
|
||||||
&:last-of-type {
|
margin-top: 5em;
|
||||||
margin-bottom: 5em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -171,7 +171,11 @@ export const Main: FC = () => {
|
|||||||
<FatalErrorStateModal title={fatalError.title} message={fatalError.message} />
|
<FatalErrorStateModal title={fatalError.title} message={fatalError.message} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{(!isMobile || !online) && <Footer dynamicPaddingValue={dynamicFooterPadding} />}
|
{(!isMobile || !online) && (
|
||||||
|
<div className={styles.footerContainer}>
|
||||||
|
<Footer dynamicPaddingValue={dynamicFooterPadding} />
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
</Layout>
|
</Layout>
|
||||||
<Noscript />
|
<Noscript />
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user