From 7b483e82a1e8e6e9e53113fc7d2b8a929933b2a2 Mon Sep 17 00:00:00 2001 From: kon Date: Sun, 27 Dec 2020 14:21:56 -0800 Subject: [PATCH] Website fixes (#2150) * Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * daily builds added * website improvements * more website updates * fixed layout fuckups on mobile and desktop; added proteus link * fixed table, updated icons * website cleanup * first hamburger * more hamburger * tiny improvement * hamburger fix Co-authored-by: GitHub build-firmware Action --- misc/www/css/custom.css | 2 +- misc/www/js/site.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/www/css/custom.css b/misc/www/css/custom.css index aa2153b2b5..8e8d739dd1 100644 --- a/misc/www/css/custom.css +++ b/misc/www/css/custom.css @@ -199,7 +199,7 @@ topnav li { margin-top: 2.5rem; - margin-bottom: 1.5rem; + margin-bottom: 2rem; } topnav a { diff --git a/misc/www/js/site.js b/misc/www/js/site.js index 3651a36a9c..f9f8b18f39 100644 --- a/misc/www/js/site.js +++ b/misc/www/js/site.js @@ -17,6 +17,7 @@ }); $('topnav a').click(function() { $('topnav ul').slideToggle(); + $('#nav-toggle').removeClass('active'); }); // Hamburger to X toggle $('#nav-toggle').on('click', function() {