Skip to content

Commit c0b2e75

Browse files
authored
fix footer bug at 404 page
1 parent 317dd60 commit c0b2e75

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
@@ -379,7 +379,7 @@ footer {
379379
bottom:0px
380380
}
381381
footer div {
382-
background-color: var(--col-deepblue);
382+
/* background-color: var(--col-deepblue); */
383383
margin: -5px 0px 0px 0px;
384384
padding:0px;
385385
text-align:center;
@@ -801,4 +801,4 @@ footer p strong {
801801
opacity:.9;
802802
-webkit-animation-delay: 3.5s;
803803
-webkit-animation-timing-function:ease-in;
804-
}
804+
}

0 commit comments

Comments
 (0)