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
padding
1 parent 8c29ff5 commit 13f1984Copy full SHA for 13f1984
app/components/search-form.module.css
@@ -1,5 +1,10 @@
1
.form {
2
display: flex;
3
+ padding: 0 16px;
4
+
5
+ @media only screen and (max-width: 820px) {
6
+ padding: 10px 0;
7
+ }
8
}
9
10
.input {
@@ -8,7 +13,6 @@
13
color: black;
14
width: 100%;
15
padding: 5px 5px 5px 25px;
11
- margin: 0 16px;
12
16
background-color: white;
17
background-image: url('/assets/search.png');
18
background-repeat: no-repeat;
@@ -22,10 +26,6 @@
22
26
outline: none;
23
27
box-shadow: 0 0 0 4px var(--yellow500);
24
28
25
-
- @media only screen and (max-width: 820px) {
- margin: 10px 0;
- }
29
30
31
.input-lg {
0 commit comments