Skip to content

Commit

Permalink
fix Footer width; #162
Browse files Browse the repository at this point in the history
  • Loading branch information
veeepi committed May 13, 2021
1 parent 2e9f438 commit 7b8e6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const useStyles = makeStyles(() => ({
footerContainer: {
backgroundColor: checkmarksTheme.bgTertiary,
marginTop: '10%',
width: '100%',
},
'@keyframes shiftUp-buttons': {
from: { transform: 'translateY(20%)' },
Expand Down

0 comments on commit 7b8e6e5

Please sign in to comment.