Skip to content

Commit f6c7666

Browse files
added body padding to avoid footer overlap
1 parent 71e2fe2 commit f6c7666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ html {
1010
body {
1111
margin: 0;
1212
padding: 0;
13+
padding-bottom: 5em;
1314
color: $text-color;
1415
font-family: $global-font-family;
1516
line-height: 1.5;

0 commit comments

Comments
 (0)