index styling finished

This commit is contained in:
Xevion
2020-10-31 23:36:12 -05:00
parent a525c8c43b
commit d5a5b7bf9b
3 changed files with 66 additions and 1 deletions

View File

@@ -6,10 +6,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title }}</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
{% load static %}
<link rel="stylesheet" href="{% static 'theme.css' %}">
{% endblock head %}
</head>
<body class="has-navbar-fixed-top">
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
Simple Viewer
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="{% url 'index' %}">