Skip to content

Commit 3901e97

Browse files
committed
Remove fixed footer to prevent content overlap
1 parent 4a99939 commit 3901e97

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
@@ -57,7 +57,7 @@ main {
5757
margin: 0 auto calc(var(--space) * 4) auto;
5858
}
5959
footer {
60-
position: fixed;
60+
position: static;
6161
bottom: 0;
6262
text-align: center;
6363
width: 100%;

0 commit comments

Comments
 (0)