disable user drag on links and images

This commit is contained in:
Sean Yesmunt 2019-08-14 12:31:34 -04:00
parent e589a87298
commit 3c39dbf01e

View file

@ -98,6 +98,11 @@ hr {
}
}
img,
a {
-webkit-user-drag: none;
}
.columns {
display: flex;
justify-content: space-between;