diff --git a/layout/templates/layout_2018.html b/layout/templates/layout_2018.html index ffb5f83fb2165c2b1d8829a8294510343040dd1c..ae66bc95574e526c896c7e646ef9e3ee6175b11e 100644 --- a/layout/templates/layout_2018.html +++ b/layout/templates/layout_2018.html @@ -16,12 +16,13 @@ </head> <body> <nav id="navbar" class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top cl-navbar"> - <a class="navbar-brand regular-text" href="/"> - <span style="border:3px white;display:inline-block;height:36px;width:36px;background:white;border-radius:36px;"> - <img width="30px" height="30px" style="top:3px;left:3px;position:relative" - src="/static/imgs/lisplogo.png" /> - </span> - Common-Lisp.net</a> + <a class="navbar-brand regular-text" style="line-height: 36px;" href="/"> + <span style="border:3px white;display:inline-block;height:36px;width:36px;background:white;border-radius:36px;"> + <img width="30px" height="30px" style="left:3px;position:relative" + src="/static/imgs/lisplogo.png" /> + </span> + <span style="vertical-align: middle; padding-left: 5px; padding-right: 20px;">Common-Lisp.net</span> + </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>