From e466f12a5e5e79852dfec1f26962e005059470b2 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 16 Aug 2016 23:00:21 +0200 Subject: make our logo an inlined svg --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 5a57b2a..0ef5891 100644 --- a/style.css +++ b/style.css @@ -73,8 +73,22 @@ h1 { font-weight: 300; text-transform: uppercase; cursor: pointer; + vertical-align: top; + padding-top: 0px; +} + +h1 svg { + transform: scale(1.35) translate(0px, 4px) rotate(0deg); + margin-right: 21px; + float: left; + transition: transform 0.5s; } +#wrapper.step1 h1 svg { + transform: scale(1.35) translate(0px, 4px) rotate(360deg); +} + + h2 { font-size: 24pt; font-weight: 300; -- cgit v1.2.3