mirror of
https://github.com/zamentur/libreto.git
synced 2025-11-12 00:32:48 +05:30
Responsibility 2
This commit is contained in:
parent
7ea552fe7f
commit
4335430630
3 changed files with 3 additions and 1 deletions
|
|
@ -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');
|
||||
})
|
||||
|
|
|
|||
|
|
@ -277,6 +277,7 @@ header .btn-about {
|
|||
font-size: 2.5rem;
|
||||
line-height: 0;
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
header .btn-menu {
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue