Skip to content

Commit ec2ee6b

Browse files
author
JorvanW
committed
Removed fixed postioning from the footer to ensure
it stays at the bottom of the page content rather than being fixed to the viewport.
1 parent 7bdffb2 commit ec2ee6b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Wireframe/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ main {
6060
margin: 0 auto calc(var(--space) * 4) auto;
6161
}
6262
footer {
63-
position: fixed;
64-
bottom: 0;
65-
left: 0;
66-
width: 100%;
6763
text-align: center;
68-
opacity: 0.5;
6964
}
7065
/* ====== Articles Grid Layout ====
7166
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)