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:

committed by
Pete Bacon Darwin

parent
03513e9d70
commit
5cf64266f8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user