doc: improve CSS for home page grid

Update the ACRN logo size to remove specifics in the CSS.  (Grid images
should be ~100px high for the grid.)

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-08-02 09:36:50 -07:00 committed by David Kinder
parent a1cc860d5d
commit abd8b710a4
4 changed files with 3 additions and 3 deletions

BIN
doc/images/ACRNlogo80w.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -17,7 +17,7 @@ through an open source platform.
<ul class="grid">
<li class="grid-item">
<a href="learn.html">
<img alt="" src="_static/images/ACRNlogo.png"/>
<img alt="" src="_static/images/ACRNlogo80w.png"/>
<h2>Learn about<br/>ACRN</h2>
</a>
<p>Overview, architecture,

View File

@ -232,8 +232,8 @@ kbd
}
.grid-item img {
max-width: 50%;
max-height: 50%;
/* max-width: 50%;
max-height: 50%; */
margin-bottom: 0.7rem;
}

BIN
doc/static/images/ACRNlogo80w.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB