i am a webdeveloper!

This commit is contained in:
Marcus 2024-10-24 15:59:24 +02:00
parent e3c739e745
commit bafb623392

View file

@ -141,6 +141,7 @@ a:active {
list-style: none;
border-radius: 3px;
margin-bottom: 3px;
display: inline-block;
}
.nav li:first-of-type {
@ -214,12 +215,9 @@ input[type=text], input[type=date], input[type=number], input[type=password], se
}
}
@media only screen and (min-width: 640px) {
.subnav li {
display: inline-block;
margin-bottom: 3px;
}
})";
/*@media only screen and (min-width: 640px) {
}*/)";
void WebFile_cangrow_CSS(AsyncWebServerRequest *request) {
request->send_P(200, "text/css", File_cangrow_CSS);