remove footer margin

This commit is contained in:
Jon McClure 2022-08-26 13:07:32 +01:00
parent 58b86d4bec
commit b5d8611119

View file

@ -37,7 +37,7 @@
<!-- svelte-ignore css-unused-selector -->
<style lang="scss">
footer {
margin-top: 4rem;
margin-top: 0;
background-color: var(--nav-background, #fff);
div {
max-width: 1400px;