diff --git a/src/components/BottomBar.astro b/src/components/BottomBar.astro index 4c877ed..de5bf0a 100644 --- a/src/components/BottomBar.astro +++ b/src/components/BottomBar.astro @@ -24,11 +24,10 @@ const sections: Array = [ diff --git a/src/styles/index.css b/src/styles/index.css index 55921cf..ffb8b2a 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -25,6 +25,7 @@ mdui-card { main > * > section { display: flex; flex-direction: column; + scroll-margin-top: 1em; & div, mdui-card { @@ -116,4 +117,8 @@ main > * > section { min-width: 300px; } } + + @media (max-width: 1500px) { + scroll-margin-top: 5em; + } }