Added various FontAwesome font assets for enhanced icon support in the project. Updated images of team members and removed an outdated JavaScript bundle."
50 lines
623 B
SCSS
50 lines
623 B
SCSS
.md-footer{
|
|
background-color: #000;
|
|
}
|
|
|
|
.md-footer-meta{
|
|
display: none;
|
|
}
|
|
|
|
|
|
.md-footer-container{
|
|
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 61rem;
|
|
width: 100%;
|
|
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
float: left;
|
|
line-height: 240%;
|
|
letter-spacing: 1px;
|
|
.satag--custom-footer-column{
|
|
display: inline-block;
|
|
font-size: .8rem;
|
|
|
|
&.left{
|
|
|
|
padding-right: 6rem;
|
|
|
|
}
|
|
&.right{
|
|
|
|
}
|
|
}
|
|
|
|
.satag--footer-social-icons{
|
|
a{
|
|
padding-right: 10px;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.md-footer-custom-links{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 61rem;
|
|
width: 100%;
|
|
} |