citations
This commit is contained in:
36
header.html
36
header.html
@@ -8,34 +8,9 @@
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="node_modules/bs-icon/icons.css">
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
|
||||
.navbar-brand { font-size: 1.2rem; line-height: 1; padding-top: 0.25rem; padding-bottom: 0.25rem; }
|
||||
|
||||
.brand-sep { height: 1.2rem; }
|
||||
|
||||
|
||||
@media (max-width: 1399.98px) {
|
||||
.navbar .nav-item {
|
||||
background-color: var(--bs-light);
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: .25rem;
|
||||
margin-bottom: .375rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#navbarSupportedContent > ul:first-child { margin-top: .5rem; }
|
||||
#navbarSupportedContent > ul:last-child { margin-top: 1rem; }
|
||||
|
||||
.bi{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
@@ -67,11 +42,14 @@
|
||||
<a class="nav-link left-label" href="#">FAQ</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link left-label" href="#">Fiche de renseignements</a>
|
||||
<a class="nav-link left-label" href="#">Fiche renseignements</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link left-label" href="#">Partenaires</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link left-label" href="#">Citations</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -105,7 +83,7 @@
|
||||
<main class="my-5 fs-6">
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1 class="title fs-2">Titre de la page</h1>
|
||||
<h1 class="title my-4 fs-2">Titre de la page</h1>
|
||||
</header>
|
||||
<main>
|
||||
Contenu de la page
|
||||
|
||||
Reference in New Issue
Block a user