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