Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
Fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Aug 6, 2019
1 parent 763b577 commit 67a0d51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,15 @@ section.latest-news .bg .circle-pattern-small {
}
}

@media only screen and (max-width: 450px) {
.site-footer .copyright,
.site-footer .credits {
font-size: 11px;
margin-left: 0;
margin-right: 0;
}
}

/* =======================================
* PAGE COVER SECTION
* ======================================= */
Expand Down

0 comments on commit 67a0d51

Please sign in to comment.