i am a webdeveloper!
This commit is contained in:
parent
e3c739e745
commit
bafb623392
1 changed files with 4 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue