Adds a border to the top of the footer for visual spacing

This commit is contained in:
Brandon Romano 2020-05-06 17:58:39 -07:00
parent a5a62324cc
commit 7e405f4c5a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
padding: 25px 0 17px 0;
flex-shrink: 0;
display: flex;
border-top: 1px solid var(--gray-6);
& .g-container {
display: flex;