Skip to content

Commit 4e65479

Browse files
authored
Merge pull request #63 from An-prog-hub/patch-1
fix minor footer bug at 404 page
2 parents 8516145 + c0b2e75 commit 4e65479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ footer {
443443
bottom:0px
444444
}
445445
footer div {
446-
background-color: var(--col-deepblue);
446+
/* background-color: var(--col-deepblue); */
447447
margin: -5px 0px 0px 0px;
448448
padding:0px;
449449
text-align:center;
@@ -865,4 +865,4 @@ footer p strong {
865865
opacity:.9;
866866
-webkit-animation-delay: 3.5s;
867867
-webkit-animation-timing-function:ease-in;
868-
}
868+
}

0 commit comments

Comments
 (0)