Skip to content

Commit 70eacf9

Browse files
committed
Align footer to centre, fix to viewport and add white background
1 parent 782fa11 commit 70eacf9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ footer {
5757
position: fixed;
5858
bottom: 0;
5959
text-align: center;
60+
background: white;
61+
display: block;
62+
width: 100%;
63+
64+
6065

6166
}
6267
/* ====== Articles Grid Layout ====

0 commit comments

Comments
 (0)