Fix sharing links

This commit is contained in:
NIP 2020-06-09 12:34:44 +02:00
parent cb43f8d069
commit 6adce0808f
2 changed files with 19 additions and 5 deletions

View file

@ -188,6 +188,10 @@ header {
}*/
}
.social-links a {
cursor: pointer;
}
img{
max-width: 100%;
}