mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 04:26:37 +00:00
docs: fix mascot sizing on homepage (#25902)
make mascot dynamically sized
This commit is contained in:
parent
fe26ea58fe
commit
e122d6ccfe
2 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue