Skip to content

Commit d7dbc98

Browse files
committed
fix(web): footer padding bottom 0 on desktop
1 parent abd8a95 commit d7dbc98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/layout/Footer/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const Container = styled.div`
2020
height: 64px;
2121
flex-direction: row;
2222
justify-content: space-between;
23+
padding-bottom: 0;
2324
`
2425
)}
2526

0 commit comments

Comments
 (0)