We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
margin
1 parent 006d562 commit 8941113Copy full SHA for 8941113
app/components/search-form.module.css
@@ -8,6 +8,7 @@
8
color: black;
9
width: 100%;
10
padding: 5px 5px 5px 25px;
11
+ margin: 0 16px;
12
background-color: white;
13
background-image: url('/assets/search.png');
14
background-repeat: no-repeat;
@@ -21,12 +22,14 @@
21
22
outline: none;
23
box-shadow: 0 0 0 4px var(--yellow500);
24
}
25
+
26
+ @media only screen and (max-width: 820px) {
27
+ margin: 10px 0;
28
+ }
29
30
31
.input-lg {
32
composes: input;
- margin-left: 16px;
- margin-right: 16px;
33
34
@media only screen and (max-width: 820px) {
35
display: none;
@@ -36,7 +39,6 @@
36
39
.input-sm {
37
40
38
41
- margin: 10px 0;
42
43
44
display: unset;
0 commit comments