Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
footer{
display: flex;
justify-content: center;
flex-direction: column;
a {
text-decoration: none;
}
#footerContent{
width: 100%;
display: flex;
justify-content: center;
div{
border-right: #3d3d3d 1px solid;
padding: 20px;
}
h3 {
margin-top: 0;
}
a {
color: $text-color;
}
}
.footerIconSpacer{
margin-left: 10px;
display: inline;
}
}
#blueBar{
height: 5px;
width: 100%;
background-color: $content-footer-div-color;
}