Files
2020-08-28 16:17:27 +03:00

12 lines
159 B
CSS

footer {
border-top: 1px solid rgba(0, 0, 0, 0.05);
text-align: center;
padding: 2rem 0;
}
@media (max-width: 768px) {
footer {
padding: 0;
}
}