Added git source, added to readme

This commit is contained in:
2022-03-17 10:43:58 -04:00
parent 73e2090302
commit b4605d422f
3 changed files with 11 additions and 5 deletions

View File

@ -57,8 +57,15 @@ body {
left: 0;
bottom: 0;
}
.footer a {
text-decoration: none;
color: white;
}
.footer a:hover {
background-color:rgb(163, 163, 163);
}
@media (max-width: 600px) {
@media (max-width: 600px) {
.row {
-webkit-flex-direction: column;
flex-direction: column;