barre de navigation fixé en haut

This commit is contained in:
Éric Li 2021-04-23 14:51:05 +02:00
parent f729dcddf8
commit 22d262d8e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="has-navbar-fixed-top">
<head>
<meta charset="utf-8">
<title>{% block title %}{% endblock %}</title>
@ -9,7 +9,7 @@
</head>
<body>
<!-- Barre de navigation -->
<nav class="navbar is-primary is-spaced py-0">
<nav class="navbar is-primary is-spaced is-fixed-top py-0">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item is-size-5" href="https://scodoc.org/">ScoDoc</a>