Skip to content

Commit db560dd

Browse files
committed
Fix footer overlapping
1 parent f5550f2 commit db560dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ footer {
4040
bottom: 0;
4141
width: 100%;
4242
text-align: center;
43+
background: white;
44+
border-top: var(--line);
45+
padding: var(--space);
4346
}
4447

4548
header {

0 commit comments

Comments
 (0)