Skip to content

Commit 4a99939

Browse files
committed
Fix footer overlap by adding bottom spacing to main content
1 parent 069c17e commit 4a99939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ a {
4343
max-width: fit-content;
4444
}
4545

46-
4746
img,
4847
svg {
4948
width: 100%;
@@ -77,6 +76,7 @@ main {
7776
> *:first-child {
7877
grid-column: span 2;
7978
}
79+
padding-bottom: 80px;
8080
}
8181
/* ====== Article Layout ======
8282
Setting the rules for how elements are placed in the article.

0 commit comments

Comments
 (0)