added footer columns

This commit is contained in:
Gabriele Musco 2021-04-14 23:53:36 +02:00
parent 22a001ea42
commit 0d3aeb96fa
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
4 changed files with 52 additions and 0 deletions

View file

@ -52,6 +52,20 @@ footer {
hr {
margin-top: 50px;
}
.footerColumns {
font-size: .9rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
ul {
margin: 12px;
list-style-type: none;
padding: 0;
li > strong {
font-size: 1rem;
}
}
}
}
#titleContainer {