docs: fix mascot sizing on homepage (#25902)

make mascot dynamically sized
This commit is contained in:
Joseph Cook 2022-09-30 12:31:36 +01:00 committed by GitHub
parent fe26ea58fe
commit e122d6ccfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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">

View File

@ -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
} }