doc: fix image proportions on home page for ie

The ACRN icon on the new graphical home page looked fine with firefox,
edge, and chrome browsers, but not on IE.  This PR fixes that

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-08-02 07:34:48 -07:00 committed by wenlingz
parent 42d7fbea73
commit f786168747

View File

@ -233,6 +233,7 @@ kbd
.grid-item img {
max-width: 50%;
max-height: 50%;
margin-bottom: 0.7rem;
}