Skip to content

Commit

Permalink
Fix regression in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Feb 6, 2024
1 parent 778c513 commit 214d256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2159,13 +2159,13 @@ button:hover:disabled,
margin-bottom: 0.5em;
}

#fh5co-footer .container .footer-connect-line .text-center p {
#fh5co-footer .container .footer-connect-line {
font-size: 0.9em;
line-height: 1.5em;
margin-bottom: 1em;
}

#fh5co-footer .container .footer-copyright .text-center p {
#fh5co-footer .container .footer-copyright {
font-size: 0.7em;
line-height: 1.25em;
}
Expand Down

0 comments on commit 214d256

Please sign in to comment.