diff options
| author | thomic | 2021-05-07 23:06:34 +0200 | 
|---|---|---|
| committer | thomic | 2021-05-07 23:06:34 +0200 | 
| commit | 4a7cc08f8bf304a58f218c1217948c22f65a37bc (patch) | |
| tree | fde827ee49f721a88b8f1ee213eadf60f9ebf265 | |
| parent | 91dc3ff4da69b2d9eb9e979c7bcb98736cc37780 (diff) | |
fix margin from top for lecture rooms
| -rw-r--r-- | configs/conferences/dotp21/main.less | 14 | 
1 files changed, 13 insertions, 1 deletions
| 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;  } | 
