mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added dimensions to landing page image to mitigate content shift
This commit is contained in:
parent
e6143e7bfb
commit
1f7dffdabb
@ -9,7 +9,7 @@
|
||||
<div class="md-grid md-typeset">
|
||||
<div class="tx-hero">
|
||||
<div class="tx-hero__image">
|
||||
<img src="assets/images/illustration.png" alt="" draggable="false">
|
||||
<img src="assets/images/illustration.png" alt="" width="1659" height="1200" draggable="false">
|
||||
</div>
|
||||
<div class="tx-hero__content">
|
||||
<h1>Technical documentation that just works</h1>
|
||||
|
@ -157,7 +157,13 @@
|
||||
|
||||
<!-- Hero image -->
|
||||
<div class="tx-hero__image">
|
||||
<img src="assets/images/illustration.png" alt="" draggable="false">
|
||||
<img
|
||||
src="assets/images/illustration.png"
|
||||
alt=""
|
||||
width="1659"
|
||||
height="1200"
|
||||
draggable="false"
|
||||
>
|
||||
</div>
|
||||
|
||||
<!-- Hero content -->
|
||||
|
Loading…
Reference in New Issue
Block a user