Reorganized font and image assets, replacing outdated files with new ones. Removed unused SVG icons and updated the sitemap with new URLs and last modified dates. Simplified font-face declarations to reflect the updated font structure.
52 lines
653 B
SCSS
52 lines
653 B
SCSS
.md-footer{
|
|
background-color: #000;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.md-footer-meta{
|
|
display: none;
|
|
}
|
|
|
|
|
|
.md-footer-container{
|
|
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 61rem;
|
|
width: 100%;
|
|
line-height: 2rem;
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
float: left;
|
|
letter-spacing: 1px;
|
|
.satag--custom-footer-column{
|
|
display: inline-block;
|
|
|
|
&.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%;
|
|
a{
|
|
font-size: 1.2rem;
|
|
}
|
|
} |