JOL/assets/css/sass/footer.css
Jessica Canady 1bf44f3344
MEGACOMMIT: Ton of blog and layout work.
Mostly reimplementing the old Zola theme.
2024-07-30 11:46:47 -04:00

41 lines
1 KiB
CSS

.footer {
flex-grow: 0;
opacity: .5; }
.footer__inner {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
width: 760px;
max-width: 100%; }
@media (max-width: 899px) {
.footer__inner {
flex-direction: column; } }
.footer a {
color: inherit; }
.footer .copyright {
display: flex;
flex-direction: row;
align-items: center;
font-size: 1rem; }
.footer .copyright--user {
margin: auto;
text-align: center; }
.footer .copyright > *:first-child:not(:only-child) {
margin-right: 10px; }
@media (max-width: 899px) {
.footer .copyright > *:first-child:not(:only-child) {
border: none;
padding: 0;
margin: 0; } }
@media (max-width: 899px) {
.footer .copyright {
flex-direction: column;
margin-top: 10px; } }
@media (max-width: 899px) {
.footer .copyright-theme-sep {
display: none; } }
@media (max-width: 899px) {
.footer .copyright-theme {
font-size: 0.75rem; } }