From 018f194c0fddfad5ce215183d53e184937c81741 Mon Sep 17 00:00:00 2001 From: derchris Date: Sun, 22 Dec 2019 17:45:46 +0100 Subject: 36c3: add vertical background logo --- configs/conferences/36c3/main.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configs/conferences/36c3/main.less') diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less index 73fceaf..8172972 100644 --- a/configs/conferences/36c3/main.less +++ b/configs/conferences/36c3/main.less @@ -136,16 +136,16 @@ nav.navbar { } .congress { - background-image: url(destruction.png); + background-image: url(36c3_vert.png); background-repeat: no-repeat; - background-size: 500px 213px; + background-size: 160px 780px; position: fixed; left: 10px; bottom: 40px; - width: 500px; - height: 213px; + width: 160px; + height: 780px; opacity: 1; z-index: -100; -- cgit v1.2.3