docs: fix mascot sizing on homepage (#25902)
make mascot dynamically sized
This commit is contained in:
parent
fe26ea58fe
commit
e122d6ccfe
|
@ -15,7 +15,7 @@ css:
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container mascot-mobile">
|
<div class="container mascot-mobile">
|
||||||
<img src="./static/images/mascot.png" alt="Geth mascot" height="200px" />
|
<img src="./static/images/mascot.png" alt="Geth mascot" height="auto" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container marketing">
|
<div class="container marketing">
|
||||||
|
|
|
@ -69,7 +69,6 @@ table thead tr th, table tbody tr td {
|
||||||
|
|
||||||
|
|
||||||
img{
|
img{
|
||||||
width: 300px;
|
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
margin-bottom: 2rem
|
margin-bottom: 2rem
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue