-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.css
59 lines (54 loc) · 898 Bytes
/
mobile.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.title-parent .title {
display: inline-block;
width: auto;
margin: auto;
font-size: 16px;
}
.title-parent{
display: flex;
align-items: center;
}
.product-card{
min-width: 40%;
margin: 30px 6px;
}
.footerview ul{
width: 50%;
margin-bottom: 25px;
}
.cart-user{
padding-bottom: 5px;
}
#header input{
margin-left: 20px;
width: 15px;
height: 30px;
background-color: rgb(255, 255, 255);
transition: all 200ms ease-in-out;
border: 0px;
}
.categories{
display: none;
}
#header input:focus{
width: 200px;
}
#header input:focus .logo{
display: none;
}
.cart-user{
align-self: flex-end;
}
#header nav{
padding: 20px 10px;
display: flex;
justify-content: flex-end;
align-items: center;
gap: 10px;
}
.logo{
flex: 2;
}
.cart-user{
padding-bottom: 5px;
}