diff --git a/public/css/header.css b/public/css/header.css index 4e8c158..fe6473a 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -83,3 +83,21 @@ text-decoration: none; } } + .headerMenuMobile{ + font-family: "Poppins"; + font-weight: 400; /*regular*/ + font-size: 1.25rem; /*20px*/ + color: #000; /*Noir pur*/ + list-style: none; + font-style: none; + display: none; + } + .nav-is-active{ + background-color: #fff; + display: flex; + flex-flow: column; + justify-content: space-between; + position: fixed; + top: 75px; + } + diff --git a/templates/html/header.gohtml b/templates/html/header.gohtml index c9bed6a..4e470f9 100644 --- a/templates/html/header.gohtml +++ b/templates/html/header.gohtml @@ -2,22 +2,28 @@
-
+ + - -
+