Fix navbar to top (mostly useful for mobile)

This commit is contained in:
Jason McBrayer 2018-08-08 12:59:57 -04:00
parent 2171827987
commit fca0bad16d
1 changed files with 3 additions and 2 deletions

View File

@ -30,9 +30,10 @@
<link rel="icon" href="{% static "images/brutaldon.png" %}" type="image/png"> <link rel="icon" href="{% static "images/brutaldon.png" %}" type="image/png">
{% endif %} {% endif %}
</head> </head>
<body> <body class="has-navbar-fixed-top">
{% block navbar %} {% block navbar %}
<nav class="navbar" role="navigation" aria-label="main navigation"> <nav class="navbar is-fixed-top" role="navigation"
aria-label="main navigation">
<div class="navbar-brand"> <div class="navbar-brand">
<a class="navbar-item" href="{% url "home" %}"> <a class="navbar-item" href="{% url "home" %}">
{% if own_acct %} {% if own_acct %}