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 <action@github.com>
This commit is contained in:
kon 2020-12-27 14:21:56 -08:00 committed by GitHub
parent 05432e0ee9
commit 7b483e82a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,7 @@
topnav li {
margin-top: 2.5rem;
margin-bottom: 1.5rem;
margin-bottom: 2rem;
}
topnav a {

View File

@ -17,6 +17,7 @@
});
$('topnav a').click(function() {
$('topnav ul').slideToggle();
$('#nav-toggle').removeClass('active');
});
// Hamburger to X toggle
$('#nav-toggle').on('click', function() {