Skip to content

Commit

Permalink
update logos
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernhard95 committed Oct 31, 2024
1 parent d37ab30 commit 12b669b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added web/public/cards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/favicon.ico
Binary file not shown.
Binary file modified web/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const App: React.FC = () => {
}, []);
return (
<ThemeProvider theme={theme}>
<Paper elevation={3} sx={{ maxWidth: 1000, height: '80vh', margin: 'auto', marginTop: "15px", padding: '20px' }}>
<Paper elevation={3} sx={{ maxWidth: 1000, height: '100%', margin: 'auto', marginTop: "15px", padding: '20px' }}>
<Stack spacing={2}
alignItems="center"
justifyContent="center" >
Expand Down

0 comments on commit 12b669b

Please sign in to comment.