mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-16 15:21:48 +00:00
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:
parent
42d7fbea73
commit
f786168747
1
doc/static/acrn-custom.css
vendored
1
doc/static/acrn-custom.css
vendored
@ -233,6 +233,7 @@ kbd
|
||||
|
||||
.grid-item img {
|
||||
max-width: 50%;
|
||||
max-height: 50%;
|
||||
margin-bottom: 0.7rem;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user