Skip to content
Snippets Groups Projects
Commit 11fb8f6b authored by Ulung32's avatar Ulung32
Browse files

add responsive search bar

parent d68e993c
No related merge requests found
......@@ -4,7 +4,18 @@
margin-left: 20px; /* Center the form */
margin-top: 10px;
}
@media screen and (max-width: 768px) {
#form {
flex-direction: column;
}
label, select, input {
width: 100%;
margin-right: 0;
}
}
label {
font-weight: bold;
white-space: nowrap;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment