Skip to content

Commit 42ef590

Browse files
committed
Make the footer sticky so it's always visible
1 parent 91e88c3 commit 42ef590

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 @@ header {
5757
footer {
5858
background-color: var(--paper);
5959
border: var(--line);
60-
60+
position: sticky;
6161
bottom: 0;
6262
text-align: center;
6363
}

0 commit comments

Comments
 (0)