From 4a7cc08f8bf304a58f218c1217948c22f65a37bc Mon Sep 17 00:00:00 2001 From: thomic Date: Fri, 7 May 2021 23:06:34 +0200 Subject: fix margin from top for lecture rooms --- configs/conferences/dotp21/main.less | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configs/conferences/dotp21/main.less b/configs/conferences/dotp21/main.less index e76a0be..6fd6672 100644 --- a/configs/conferences/dotp21/main.less +++ b/configs/conferences/dotp21/main.less @@ -15,7 +15,19 @@ @nav-link-hover-bg: #000000; @navbar-default-bg: #333333; -@group-lecture-rooms { +.row.group.group-lecture-rooms { + margin-top: 60px; +} + +.container.about { + margin-top: 60px; +} + +.row.headline { + margin-top: 60px; +} + +.container h1 { margin-top: 60px; } -- cgit v1.2.3