Skip to content

Commit

Permalink
fix: remove whitespace above footer
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ico committed Aug 17, 2022
1 parent 8f557e5 commit f29bd80
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

.footer-container {
background: var(--background-container);
background: var(--background);
}

.footer--variant-angular .footer {
Expand All @@ -88,7 +88,6 @@
position: relative;
z-index: 1;
height: var(--radius);
top: var(--radius);
background: var(--background-mask);
border-radius: var(--radius-mask);
}
Expand Down

0 comments on commit f29bd80

Please sign in to comment.