Remove padding of header on mobile

This commit is contained in:
Jackson Harper
2024-02-29 15:17:51 +08:00
parent 531f23fc4c
commit 6831fed786

View File

@ -49,7 +49,6 @@ export const headerControlWidths = (
return {
width: '95%',
'@mdDown': {
padding: '15px',
width: '100%',
},
'@media (min-width: 930px)': {