Set social image sizes in img property

This commit is contained in:
Tony Blyler 2016-11-03 15:59:13 -04:00
parent 419fb6e310
commit 6db1e12b76
3 changed files with 10 additions and 8 deletions

View file

@ -40,8 +40,9 @@ a:hover {
// these images are always SVG
img {
height: 64px;
width: 64px;
// this is now set in the img property itself
//height: 64px;
//width: 64px;
}
}