summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-16 23:00:21 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-16 23:00:21 +0200
commite466f12a5e5e79852dfec1f26962e005059470b2 (patch)
tree09377f13ece770eb13d3f2c94653f23004f8e6da /style.css
parent897a34f26d4850cc04a67369702dfd20d9987885 (diff)
make our logo an inlined svg
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;