mobile: fix footer

This commit is contained in:
E. S. 2025-04-13 21:26:35 +03:00
parent 5603930e94
commit 07bff9fed3

View File

@ -90,6 +90,13 @@ a.head-item:last-child > span {
} }
.footer { .footer {
text-align: center; padding: 20px 0;
padding: 20px 15px;
&-left {
text-align: left;
}
&-right {
clear: none;
text-align: right;
}
} }