Make the website more mobile-friendly

This commit is contained in:
Bat
2018-05-12 18:59:38 +01:00
parent aefa31b84e
commit b68e481b3f
5 changed files with 38 additions and 3 deletions
+2
View File
@@ -3,10 +3,12 @@
<head>
<meta charset="utf-8">
<title>{% block title %}{% endblock title %} ⋅ Plume</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/main.css">
</head>
<body>
<header>
<nav id="menu"><a href="#">Menu</a></nav>
<nav>
<a href="/">Plume</a>
{% block header %}