Skip to content

Commit

Permalink
UI: fix footer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and lnielsen committed Mar 19, 2024
1 parent ddb4313 commit b78ec54
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions assets/static/zenodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -10654,24 +10654,6 @@ body .body-container > .row {
color: #c9e5ff;
}

@media (min-width: 992px) {
.footer {
height: 273px;
}
}

@media (max-width: 991px) and (min-width: 768px) {
.footer {
height: 397px;
}
}

@media (max-width: 767px) {
.footer {
height: 427px;
}
}

.footer a {
color: #fff;
}
Expand Down

0 comments on commit b78ec54

Please sign in to comment.