diff --git a/configs/conferences/knowledgecamp25/knowledgecamp-simple.svg b/configs/conferences/knowledgecamp25/knowledgecamp-simple.svg new file mode 100644 index 00000000..51d70c96 --- /dev/null +++ b/configs/conferences/knowledgecamp25/knowledgecamp-simple.svg @@ -0,0 +1,48 @@ + + + + + + + + + + diff --git a/configs/conferences/knowledgecamp25/main.less b/configs/conferences/knowledgecamp25/main.less index bedfa201..c2750982 100644 --- a/configs/conferences/knowledgecamp25/main.less +++ b/configs/conferences/knowledgecamp25/main.less @@ -26,7 +26,7 @@ h1 { color: @dark; } } nav .navbar-brand .icon { - background-image: url(knowledgecamp.svg); + background-image: url(knowledgecamp-simple.svg); margin-top: -1.5em; background-size: 100px 100px; width: 100px; @@ -34,7 +34,7 @@ nav .navbar-brand .icon { } img.knowledgecamplogo { - height: 100px; + height: 30px; position: absolute; top: 70px; right: 10px;