barre de navigation fixé en haut
This commit is contained in:
parent
f729dcddf8
commit
22d262d8e6
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html class="has-navbar-fixed-top">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{% block title %}{% endblock %}</title>
|
<title>{% block title %}{% endblock %}</title>
|
||||||
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Barre de navigation -->
|
<!-- 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="container">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item is-size-5" href="https://scodoc.org/">ScoDoc</a>
|
<a class="navbar-item is-size-5" href="https://scodoc.org/">ScoDoc</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user