This repository has been archived on 2021-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
squirrel-theme/css/footer.css

38 lines
603 B
CSS
Raw Normal View History

2020-12-13 21:33:38 +00:00
.footer {
margin: auto;
padding: 1.5rem;
text-align: center;
display: block;
background-color: #333;
color: #f2f2f2;
}
.social-media {
display: flex;
justify-content: center;
flex-wrap: wrap;
font-size: 2em;
color: Tomato;
}
.links {
margin-top: 1.5rem;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.link {
display: flex;
justify-content: space-around;
flex-grow: 0;
flex-shrink: 1;
line-height: 32px;
padding: 0px 24px;
}
.copyright {
margin-top: 1.5rem;
width: 100%;
font-size: small;
}