add normalization for deviantart artist urls

This commit is contained in:
Albert Yi
2018-07-10 14:35:35 -07:00
parent a610111658
commit 6ea3d7983e
2 changed files with 6 additions and 6 deletions

View File

@@ -174,14 +174,14 @@
.user-disable-cropped-false {
article {
width: 32vw;
height: 32vw;
margin: 0 auto;
width: 150px;
height: 150px;
margin: 5px;
}
img {
width: 32vw;
height: 32vw;
width: 150px;
height: 150px;
}
}