Skip to content

Commit 7033ccf

Browse files
committed
fix footer according to criteria - fixed position
1 parent c0c0492 commit 7033ccf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ main {
5959
padding: 0 8rem;
6060
}
6161
footer {
62+
position: fixed;
63+
bottom: 0;
64+
width: 100%;
6265
text-align: center;
6366
}
6467
footer a {
65-
padding: 2px ;
68+
padding: 2px;
6669
border: none
6770
}
6871
/* ====== Articles Grid Layout ====

0 commit comments

Comments
 (0)