docs(aio): fix sizing of marketing doc images

This commit ensures that all the images in the marketing docs are correcly
sized.

Related to #16600
This commit is contained in:
Peter Bacon Darwin
2017-05-06 10:18:42 +01:00
committed by Pete Bacon Darwin
parent 03513e9d70
commit 5cf64266f8
3 changed files with 5 additions and 3 deletions

View File

@ -39,6 +39,7 @@
margin-top: 10px;
border-radius: 4px;
width: 128px;
height: 128px;
background-color: #34474F;
}
@ -65,6 +66,7 @@
img {
width: 128px;
height: 128px;
margin-bottom: $unit * 2;
}
}