firmware wip - put margin-bottom for sub menu to right place

This commit is contained in:
Marcus 2024-06-15 03:37:42 +02:00
parent 52a55c82a3
commit 728489a494
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,6 @@ a:active {
padding: 0; padding: 0;
position: relative; position: relative;
border-radius: 3px; border-radius: 3px;
margin-bottom: 3px;
} }
.nav li { .nav li {
@ -105,6 +104,7 @@ a:active {
background: #026b45; background: #026b45;
list-style: none; list-style: none;
border-radius: 3px; border-radius: 3px;
margin-bottom: 3px;
} }
.nav li:first-of-type { .nav li:first-of-type {

View file

@ -1,5 +1,5 @@
/* CanGrow_Version.h gets generated from cangrow.sh */ /* CanGrow_Version.h gets generated from cangrow.sh */
const char* CanGrowVer = "0.1-dev"; const char* CanGrowVer = "0.1-dev";
const char* CanGrowBuild = "783c70d"; const char* CanGrowBuild = "52a55c8";