Skip to content

Commit

Permalink
style: have the footer only take as much vertical space as it needs
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Feb 1, 2024
1 parent 87bead9 commit 1bc6391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright (C) 2020-2023 Graz University of Technology.
* Copyright (C) 2024 TU Wien.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/

#footer {
color: @footerGrey;
min-height: 100%;
width: 100%;

&.footer-bottom {
Expand Down

0 comments on commit 1bc6391

Please sign in to comment.