Skip to content

Commit 8247cf3

Browse files
committed
Add border around the footer and remove fixed property
1 parent fd29b14 commit 8247cf3

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
@@ -55,7 +55,9 @@ header {
5555
}
5656

5757
footer {
58-
position: fixed;
58+
background-color: var(--paper);
59+
border: var(--line);
60+
5961
bottom: 0;
6062
text-align: center;
6163
}

0 commit comments

Comments
 (0)