Skip to content

Commit e08ce86

Browse files
committed
fix error page adaptivity
1 parent 81342dd commit e08ce86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/error/Error.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ const styles = theme => ({
3737
display: 'flex',
3838
alignItems: 'center',
3939
marginBottom: theme.spacing.unit * 12,
40+
[theme.breakpoints.down("sm")]: {
41+
display: 'none',
42+
}
4043
},
4144
logotypeText: {
4245
fontWeight: 500,

0 commit comments

Comments
 (0)