From a1cc860d5df293546b9fedf4867bae1411f47c9e Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 2 Aug 2019 07:34:48 -0700 Subject: [PATCH] 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 --- doc/static/acrn-custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index e32c804b2..539e838c0 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -233,6 +233,7 @@ kbd .grid-item img { max-width: 50%; + max-height: 50%; margin-bottom: 0.7rem; }