summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5a57b2a..0ef5891 100644
--- a/style.css
+++ b/style.css
@@ -73,8 +73,22 @@ h1 {
73 font-weight: 300; 73 font-weight: 300;
74 text-transform: uppercase; 74 text-transform: uppercase;
75 cursor: pointer; 75 cursor: pointer;
76 vertical-align: top;
77 padding-top: 0px;
78}
79
80h1 svg {
81 transform: scale(1.35) translate(0px, 4px) rotate(0deg);
82 margin-right: 21px;
83 float: left;
84 transition: transform 0.5s;
76} 85}
77 86
87#wrapper.step1 h1 svg {
88 transform: scale(1.35) translate(0px, 4px) rotate(360deg);
89}
90
91
78h2 { 92h2 {
79 font-size: 24pt; 93 font-size: 24pt;
80 font-weight: 300; 94 font-weight: 300;