Fixed top nav to work with bootstrap 4
This commit is contained in:
parent
0b2f333ad7
commit
f466e80d2a
|
@ -75,7 +75,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<nav class="navbar navbar-dark bg-dark navbar-toggleable-md mb-4">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark navbar-toggleable-md mb-4">
|
||||||
<a class="navbar-brand" href="{% url "home" %}">
|
<a class="navbar-brand" href="{% url "home" %}">
|
||||||
<img src="{% static "images/logo.svg" %}" alt="Maidstone Hackspace Logo" id="navbar-logo">
|
<img src="{% static "images/logo.svg" %}" alt="Maidstone Hackspace Logo" id="navbar-logo">
|
||||||
Maidstone Hackspace
|
Maidstone Hackspace
|
||||||
|
|
Loading…
Reference in New Issue