mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 14:07:42 +00:00
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:
parent
f786168747
commit
4b5a06c1c8
BIN
doc/images/ACRNlogo80w.png
Normal file
BIN
doc/images/ACRNlogo80w.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
@ -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,
|
||||
|
4
doc/static/acrn-custom.css
vendored
4
doc/static/acrn-custom.css
vendored
@ -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
BIN
doc/static/images/ACRNlogo80w.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Loading…
Reference in New Issue
Block a user