Skip to content

Commit e25bad6

Browse files
Add padding-bottom to avoid footer overlap
1 parent d55e3bf commit e25bad6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
5252
main {
5353
max-width: var(--container);
5454
margin: 0 auto calc(var(--space) * 4) auto;
55+
padding-bottom: 60px;
5556
}
5657

5758
footer {

0 commit comments

Comments
 (0)