blob: f893f1be00f4b867dad612ad09d2bab2fa8ef4bc [file] [log] [blame]
body > footer {
border-top: 2px solid #dddddd;
height: var(--footer-height);
font-size: 16px;
color: #393939;
display: flex;
justify-content: space-between;
align-items: center;
@media (max-width: 570px) {
.copyright__extra {
display: none;
}
}
}
// .right-nav footer {
// font-size: 12px;
// padding: calc(var(--footer-gap) * 0.3) 0 5px;;
// text-align: left;
// margin: auto 0 0;
// a {
// margin: 0;
// }
// img {
// width: 70px;
// }
// .copyright {
// display: none;
// }
// }