We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a297ff commit 151ecc9Copy full SHA for 151ecc9
public/css/one.css
@@ -321,7 +321,6 @@ h2 {
321
margin: 0 auto;
322
width: 494px;
323
height: 344px;
324
- margin-top: -500px;
325
}
326
327
#greeting h2, #greeting h3
src/app/cljs/one/sample/animation.cljs
@@ -25,7 +25,7 @@
25
(destroy-children! content)
26
(set-html! content form-html)
27
(append! content greeting-html)
28
- (set-styles! (xpath cloud) {:opacity "0" :display "none"})
+ (set-styles! (xpath cloud) {:opacity "0" :display "none" :margin-top "-500px"})
29
(set-styles! (by-id "greet-button") {:opacity "0.2" :disabled true})
30
(play form form-in {:after #(.focus (by-id "name-input") ())})))
31
0 commit comments