From bafb623392b33ff3d50c8007fd008e03a0f418f8 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 24 Oct 2024 15:59:24 +0200 Subject: [PATCH] i am a webdeveloper! --- Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h b/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h index 20f0910..fe75a7e 100644 --- a/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h +++ b/Arduino/CanGrow/include/Webserver/File_cangrow_CSS.h @@ -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);