fix(img): remove space under img (#17582)

* set align to bottom for image

* change to display block
This commit is contained in:
Liam DeBeasi
2019-02-25 09:28:53 -05:00
committed by GitHub
parent 4646f53ec7
commit 621c79bd40

View File

@ -6,6 +6,8 @@
}
img {
display: block;
width: 100%;
height: 100%;