docs: fix mascot sizing on homepage (#25902)

make mascot dynamically sized
pull/25914/head
Joseph Cook 2 years ago committed by GitHub
parent fe26ea58fe
commit e122d6ccfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      index.html
  2. 1
      static/styles/custom/common.css

@ -15,7 +15,7 @@ css:
</div>
<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 class="container marketing">

@ -69,7 +69,6 @@ table thead tr th, table tbody tr td {
img{
width: 300px;
margin-top: 2rem;
margin-bottom: 2rem
}

Loading…
Cancel
Save