Center footer credits.

This commit is contained in:
codevictory
2021-05-03 23:17:06 +03:00
parent 5c51d09b14
commit 2943d3d074

View File

@@ -131,6 +131,11 @@ footer {
border-radius: 50%; border-radius: 50%;
border: solid 2px; border: solid 2px;
} }
.credits {
position: relative;
left: 16px;
}
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {