From 91dc3ff4da69b2d9eb9e979c7bcb98736cc37780 Mon Sep 17 00:00:00 2001 From: thomic Date: Fri, 7 May 2021 22:38:53 +0200 Subject: fix margin from top for lecture rooms --- configs/conferences/dotp21/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/conferences/dotp21/main.less b/configs/conferences/dotp21/main.less index 0233b28..e76a0be 100644 --- a/configs/conferences/dotp21/main.less +++ b/configs/conferences/dotp21/main.less @@ -15,6 +15,10 @@ @nav-link-hover-bg: #000000; @navbar-default-bg: #333333; +@group-lecture-rooms { + margin-top: 60px; +} + body { background: #000000; } -- cgit v1.2.3