mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Disabled draggable image
This commit is contained in:
parent
8dcfae7c78
commit
fc4dd45c13
@ -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">
|
||||
<img src="assets/images/illustration.png" draggable="false">
|
||||
</div>
|
||||
<div class="tx-hero__content">
|
||||
<h1>Technical documentation that just works</h1>
|
||||
|
@ -148,7 +148,7 @@
|
||||
|
||||
<!-- Hero image -->
|
||||
<div class="tx-hero__image">
|
||||
<img src="assets/images/illustration.png">
|
||||
<img src="assets/images/illustration.png" draggable="false" />
|
||||
</div>
|
||||
|
||||
<!-- Hero content -->
|
||||
|
Loading…
Reference in New Issue
Block a user