From 4bdb81189d45408cbfcd853e7489575b95472acb Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Mar 2019 17:17:36 +0000 Subject: [PATCH] Move logo on title slide --- css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme.css b/css/theme.css index db5407e..801265f 100644 --- a/css/theme.css +++ b/css/theme.css @@ -19,7 +19,7 @@ article { } article.title { - background: url("./images/freeside.svg") no-repeat bottom center / 8em; + background: url(images/freeside.svg) no-repeat center 4em / 9em; } article:not(.title) {