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:
parent
05432e0ee9
commit
7b483e82a1
|
@ -199,7 +199,7 @@
|
|||
|
||||
topnav li {
|
||||
margin-top: 2.5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
topnav a {
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
});
|
||||
$('topnav a').click(function() {
|
||||
$('topnav ul').slideToggle();
|
||||
$('#nav-toggle').removeClass('active');
|
||||
});
|
||||
// Hamburger to X toggle
|
||||
$('#nav-toggle').on('click', function() {
|
||||
|
|
Loading…
Reference in New Issue