This commit is contained in:
Jonas Heinrich 2022-03-08 12:28:51 +01:00
parent 01e848619c
commit 56cc24346f
3 changed files with 40 additions and 4 deletions

View file

@ -498,6 +498,14 @@ html.has-navbar-fixed-top {
margin-bottom: 12px
}
.footer ul {
padding-left: 0px;
}
.footer .columns .column:nth-child(2) {
flex-grow: 0 !important;
}
.footer a {
color: #E9E9E9
}