Skip to content

Commit b48044b

Browse files
Fix footer positioning and styling
Fix footer positioning
1 parent bc3850b commit b48044b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ article{
103103
margin-bottom: 20px;
104104
}
105105
footer{
106-
position:fixed;
106+
position: fixed;
107+
bottom: 0;
108+
width: 100%;
107109
text-align: center;
110+
background: white;
111+
border-top: var(--line);
112+
padding: var(--space);
108113
}

0 commit comments

Comments
 (0)