added footer columns
This commit is contained in:
parent
22a001ea42
commit
0d3aeb96fa
4 changed files with 52 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue