The New Beginnings

This commit is contained in:
2020-08-28 16:17:27 +03:00
parent e253970e14
commit 3714f85d86
81 changed files with 5643 additions and 9112 deletions

11
public/styles/footer.css Normal file
View File

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