Update mantine

This commit is contained in:
Elias Schneider
2022-04-28 15:15:30 +02:00
parent 8caa667d09
commit e9aaa0b3d3
3 changed files with 103 additions and 105 deletions

View File

@@ -34,7 +34,6 @@ const useStyles = createStyles((theme) => ({
title: {
color: theme.colorScheme === "dark" ? theme.white : theme.black,
fontFamily: `Greycliff CF, ${theme.fontFamily}`,
fontSize: 44,
lineHeight: 1.2,
fontWeight: 900,
@@ -51,8 +50,6 @@ const useStyles = createStyles((theme) => ({
},
image: {
flex: 1,
[theme.fn.smallerThan("md")]: {
display: "none",
},
@@ -136,13 +133,14 @@ export default function Home() {
</Button>
</Group>
</div>
<Image
src="/logo.svg"
alt="Pingvin Share Logo"
width={200}
height={200}
className={classes.image}
/>
<Group className={classes.image} align="center">
<Image
src="/logo.svg"
alt="Pingvin Share Logo"
width={200}
height={200}
/>
</Group>
</div>
</Container>
</div>