datascijedi / website

https://datascijedi.org
Creative Commons Attribution Share Alike 4.0 International
5 stars 2 forks source link

Footer text vertical alignment not centered #140

Closed ravicodelabs closed 3 months ago

ravicodelabs commented 3 months ago

The footer text vertical alignment seems to have thrown off by a bug on the Quarto side introduced some time after v1.3.298. A temporary fix was implemented to center the footer text vertically.

Below is the issue filed with Quarto:

https://github.com/quarto-dev/quarto-cli/issues/9938

ravicodelabs commented 3 months ago

The Quarto team decided to keep the new behavior (which also has a dependency on Bootstrap) as is (see the above linked issue for details).

So, closing this and keep our CSS for vertically centering the footer text.

https://github.com/datascijedi/website/blob/main/css/styles.css:

body .nav-footer {
    align-items: center;
}

body .nav-footer-center {
    min-height: unset;
}