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 David Kinder
parent cd232f4442
commit a1cc860d5d
1 changed files with 1 additions and 0 deletions

View File

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