From b576bf84862f1ff31188f9e3ae54494e80c6623e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 21 Dec 2016 21:47:41 +0100 Subject: add webm version --- configs/conferences/33c3/main.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configs/conferences/33c3/main.less') diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index bb9febc..df2bbfd 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -178,16 +178,16 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra display: block; position: relative; - video, - h1 { + h1 { display: none; } + + video { display: block; - background: url("assets/min/logo.svg") no-repeat center; - height: 200px; - width: 500px; + width: 810px/1.5; + height: 388px/1.5; margin: 0; left: 50%; - margin-left: -250px; + margin-left: -810px/1.5/2; position: absolute; bottom: 0; } -- cgit v1.2.3