Commit 74783c04 authored by web's avatar web

footer height up

parent ff601a54
...@@ -141,7 +141,7 @@ const Footer = () => { ...@@ -141,7 +141,7 @@ const Footer = () => {
const containerProps: GridProps = { const containerProps: GridProps = {
as: 'footer', as: 'footer',
px: { base: 4, lg: 12 }, px: { base: 4, lg: 12 },
py: { base: 4, lg: 9 }, py: { base: 2, lg: 2 },
borderTop: '1px solid', borderTop: '1px solid',
borderColor: 'divider', borderColor: 'divider',
gridTemplateColumns: { base: '1fr', lg: 'minmax(auto, 470px) 1fr' }, gridTemplateColumns: { base: '1fr', lg: 'minmax(auto, 470px) 1fr' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment