Bugfix: apparently blink-based browsers don't like the animation
Specifically, they make room for it at all times - including after it's finished :-/
This commit is contained in:
parent
86ef0bfedc
commit
8f0aed744f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ title: Pepperminty Wiki
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="right perspective">
|
<div class="right perspective">
|
||||||
<span class="fancy-browser-window feature-tilted spin-in">
|
<span class="fancy-browser-window feature-tilted">
|
||||||
<img src="static/images/page-light.png" alt="A screenshot of Pepperminty Wiki" />
|
<img src="static/images/page-light.png" alt="A screenshot of Pepperminty Wiki" />
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue