diff options
author | derchris | 2018-06-08 16:52:17 +0200 |
---|---|---|
committer | derchris | 2018-06-08 16:52:17 +0200 |
commit | 7bf1e0346a5e893719c20edd2fb5a06616ebd762 (patch) | |
tree | 1385355d45015db1161da22389191fe9c3242c98 /configs | |
parent | e3a7cb97516ad3051abd058c0a642b1b9f7ef722 (diff) |
fix relive box size
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/tutzing/main.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/conferences/tutzing/main.less b/configs/conferences/tutzing/main.less new file mode 100644 index 0000000..189eb92 --- /dev/null +++ b/configs/conferences/tutzing/main.less @@ -0,0 +1,5 @@ +@import "../../../assets/css/_structure.less"; + +body.overview .panel-body { + min-height: 10px; + } |