1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: adjust main splash container when zoom in (#566)

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
This commit is contained in:
Youssef Khedher 2021-12-21 12:35:20 +01:00 committed by GitHub
parent 83d1cb82cd
commit 792093d30b

View File

@ -3,7 +3,6 @@ import { makeStyles } from '@material-ui/core/styles';
export const useStyles = makeStyles(theme => ({
splashMainContainer: {
backgroundColor: theme.palette.primary.light,
height: '100%',
width: '100%',
display: 'flex',
justifyContent: 'center',