Fixed navigation clickable area

This commit is contained in:
2017-09-18 10:08:30 +07:00
parent 3466077fd9
commit 3afd6af1f2
2 changed files with 23 additions and 7 deletions

View File

@@ -169,13 +169,21 @@
padding: .7em 0;
margin: 0;
}
nav a {
color: inherit;
}
.filter > div {
text-align: center;
}
</style>
</head>
<body>
<nav>
<a href="/" class="brand">
<span class="title">Live Info</span>
</a>
<span class="brand">
<a href="/" class="title">Live Info</a>
</span>
{% block nav %}{% endblock %}
</nav>
<script src="/js/rome.js"></script>