Skip to content

Commit 780e855

Browse files
committed
Improve fixed footer readability by adding background color
1 parent 3901e97 commit 780e855

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ main {
5757
margin: 0 auto calc(var(--space) * 4) auto;
5858
}
5959
footer {
60-
position: static;
60+
position: fixed;
6161
bottom: 0;
6262
text-align: center;
6363
width: 100%;
64+
background: white;
65+
border-top: 1px solid #ccc;
6466
}
6567
/* ====== Articles Grid Layout ====
6668
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)