diff --git a/src/layout.js b/src/layout.js index 363ca5b508545420ccb80a7fb0de13229032e328..64ee506209a2bb7c5da68b06b6e5ca23110f606e 100644 --- a/src/layout.js +++ b/src/layout.js @@ -32,7 +32,7 @@ const layoutStyle = [ color: 'white', }, '.wrapper-content': { - height: 'calc(100vh - 72px)', + height: 'calc(100vh - 64px)', 'grid-column': 2, 'grid-row': 2, background: '#eee',