Adds a border to the top of the footer for visual spacing
This commit is contained in:
parent
a5a62324cc
commit
7e405f4c5a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue