Responsibility 2

This commit is contained in:
Ventricule 2018-12-10 11:54:08 +01:00
commit 4335430630
3 changed files with 3 additions and 1 deletions

View file

@ -46,7 +46,7 @@ $(document ).ready( function() {
$(".modal-cover").removeClass('hide');
});
$(".modal-cover").click(function(){
$(".modal-cover, nav a").click(function(){
$("nav").removeClass('open');
$(".modal-cover").addClass('hide');
})

View file

@ -277,6 +277,7 @@ header .btn-about {
font-size: 2.5rem;
line-height: 0;
cursor: pointer;
border-radius: 0;
}
header .btn-menu {

View file

@ -3,6 +3,7 @@
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title><?= $libreto->name() ?> - Libreto</title>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/belgica-belgika" type="text/css"/>
<link rel="stylesheet" href="<?= $libreto->base_url() ?>/libreto/assets/style.css">