feat: bring back previous home page

This commit is contained in:
Sonny
2024-05-19 17:23:05 +02:00
committed by Sonny
parent b7d80d844d
commit e6803c174c
13 changed files with 223 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ function GlobalStyles() {
const documentStyle = css({
'html, body, #app': {
height: '100svh',
width: '100svw',
width: '100%',
fontFamily: "'Poppins', sans-serif",
fontSize: '14px',
color: localTheme.colors.font,
@@ -83,7 +83,6 @@ function GlobalStyles() {
display: 'flex',
alignItems: 'center',
flexDirection: 'column',
overflow: 'hidden',
},
});