| @@ -361,7 +361,7 @@ function Header(props) { | |||||
| alignItems="center" | alignItems="center" | ||||
| spacing={0} | spacing={0} | ||||
| > | > | ||||
| <Box sx={{ flexGrow: 1, display: { xs: 'none', sm: 'block' } }}> | |||||
| <Box sx={{ flexGrow: 1, display: { xs: 'none', sm: 'none', md: 'block' } }}> | |||||
| <Stack direction="row" justifyContent="flex-start" alignItems="center"> | <Stack direction="row" justifyContent="flex-start" alignItems="center"> | ||||
| <Logo /> | <Logo /> | ||||
| <Stack justifyContent="flex-start" alignItems="center"> | <Stack justifyContent="flex-start" alignItems="center"> | ||||
| @@ -378,7 +378,7 @@ function Header(props) { | |||||
| > | > | ||||
| <MenuIcon style={{ color: '#0C489E' }} /> | <MenuIcon style={{ color: '#0C489E' }} /> | ||||
| </IconButton> | </IconButton> | ||||
| <Box sx={{ flexGrow: 1, mr: 2, display: { xs: 'block', sm: 'none' } }}> | |||||
| <Box sx={{ flexGrow: 1, mr: 2, display: { sm: 'block', md: 'none' } }}> | |||||
| <Stack direction="row" justifyContent="space-between" alignItems="center"> | <Stack direction="row" justifyContent="space-between" alignItems="center"> | ||||
| <MobileLogo /> | <MobileLogo /> | ||||
| @@ -392,7 +392,7 @@ function Header(props) { | |||||
| </Stack> | </Stack> | ||||
| </Box> | </Box> | ||||
| </Stack> | </Stack> | ||||
| <Box sx={{ display: { xs: 'none', sm: 'block' }, width: "75%" }}> | |||||
| <Box sx={{ display: { xs: 'none', sm: 'none', md: 'block' }, width: "75%" }}> | |||||
| <Stack | <Stack | ||||
| direction="row" | direction="row" | ||||
| justifyContent="space-between" | justifyContent="space-between" | ||||