diff options
Diffstat (limited to 'demos/effect/animate.html')
-rw-r--r-- | demos/effect/animate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effect/animate.html b/demos/effect/animate.html index 41f969982..7de535114 100644 --- a/demos/effect/animate.html +++ b/demos/effect/animate.html @@ -10,7 +10,7 @@ <style> .toggler { width: 500px; height: 200px; position: relative; } #button { padding: .5em 1em; text-decoration: none; } - #effect { width: 240px; height: 135px; padding: 0.4em; position: relative; background: #fff; } + #effect { width: 240px; height: 170px; padding: 0.4em; position: relative; background: #fff; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; } </style> <script> |