change width of navbar collapse; fixes #719
This commit is contained in:
parent
d5859860e3
commit
c54c6bd9e9
3 changed files with 13 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
<nav class="navbar navbar-expand-md navbar-light fixed-top navbar-custom {% if page.nav-short %}top-nav-short-permanent{% else %}top-nav-regular{% endif %}">
|
||||
<nav class="navbar navbar-expand-lg navbar-light fixed-top navbar-custom {% if page.nav-short %}top-nav-short-permanent{% else %}top-nav-regular{% endif %}">
|
||||
|
||||
{%- if site.title-img -%}
|
||||
<a class="navbar-brand navbar-brand-logo" href="{{ '' | absolute_url }}"><img alt="{{ site.title }} Logo" src="{{ site.title-img }}"/></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue