From 68de14f03ec3cba9937669535783956766363462 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 3 Jul 2020 19:11:41 +0300 Subject: refactor: distribute styles across pages --- src/pages/Page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/pages/Page.tsx') diff --git a/src/pages/Page.tsx b/src/pages/Page.tsx index 2a09228..24487f3 100644 --- a/src/pages/Page.tsx +++ b/src/pages/Page.tsx @@ -10,9 +10,7 @@ import { useNavigate } from '../hooks/useNavigate'; const useStyles = makeStyles(theme => ({ root: { - width: theme.spacing(75), - marginTop: theme.spacing(15), - margin: '0 auto' + margin: theme.spacing(15, 5, 5, 8) } })); -- cgit v1.2.3