From d28b124b0edef3d268ba44c8ebf2567ae9f2307d Mon Sep 17 00:00:00 2001 From: Hanna Date: Thu, 1 Aug 2019 12:00:15 +0200 Subject: [PATCH] update --- css/menu.css | 36 ------------------------------------ faq.md | 18 ------------------ 2 files changed, 54 deletions(-) delete mode 100644 css/menu.css delete mode 100644 faq.md diff --git a/css/menu.css b/css/menu.css deleted file mode 100644 index bbfe4b9..0000000 --- a/css/menu.css +++ /dev/null @@ -1,36 +0,0 @@ - -/* Make menu look good on small screens , based on: https://www.w3schools.com/howto/howto_js_topnav_responsive.asp*/ - -/* Hide the link that should open and close the topnav on small screens */ - .block-header-1--nav .hamburger { - display: none; -} - - -/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */ -@media screen and (max-width: 600px) { - .block-header-1--nav li:not(.hamburger) { - display: none - } - .block-header-1--nav a.hamburger { - float: right; - display: block - } -} - -/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */ -@media screen and (max-width: 600px) { - .block-header-1--nav.responsive { - position: relative - } - .block-header-1--nav.responsive a.hamburger { - position: absolute; - right: 0; - top: 0 - } - .block-header-1--nav.responsive li { - float: none; - display: block; - text-align: left; - } -} diff --git a/faq.md b/faq.md deleted file mode 100644 index e40c5bb..0000000 --- a/faq.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: blocks -title: FAQ -lang: en -lang-ref: faq -date: -page_sections: -- template: navigation-header - block: header-1 - logo: '' - navigation: [] -- template: 1-column-text - block: one-column-1 - headline: '' - content: '' -published: false - ----