Added git source, added to readme
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user