diff options
author | thomic | 2021-05-07 22:38:53 +0200 |
---|---|---|
committer | thomic | 2021-05-07 22:38:53 +0200 |
commit | 91dc3ff4da69b2d9eb9e979c7bcb98736cc37780 (patch) | |
tree | 708df3da24c73e98daab551572930928f906332a /configs | |
parent | 1032bb07e1040d6e0ffa35ed8cfe95ff9abe9609 (diff) |
fix margin from top for lecture rooms
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/dotp21/main.less | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |