Skip to content

Commit 63e70d8

Browse files
authored
Merge pull request #327 from schmelto/patch-1
fix: styling issue in footer
2 parents 3d57567 + 0f636fa commit 63e70d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/css/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,8 @@ nav ul li a:focus {
411411
.footer {
412412
display: flex;
413413
background-color: var(--footerDarkBg);
414-
height: 100px;
415414
}
416415

417416
.footer .copyright-text {
418417
color: var(--mainBackground);
419-
}
418+
}

0 commit comments

Comments
 (0)