File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
# hero {
5
5
background-image : url ('https://images.unsplash.com/photo-1422190441165-ec2956dc9ecc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80' );
6
6
/*max-width: 1050px;*/
7
- height : 24rem ;
7
+ height : 24rem ;
8
8
}
9
9
10
10
# mobile-menu {
11
- height : 300px ;
11
+ height : 300px ;
12
12
}
13
13
14
14
# cart-div {
15
15
width : 300px ;
16
16
}
17
17
18
18
# close-cart-p {
19
- margin-top : 2px ;
19
+ margin-top : 2px ;
20
20
}
21
21
22
22
# mobile-search-close-p {
23
- margin-top : -20px ;
23
+ margin-top : -20px ;
24
24
}
25
25
26
26
# product-container {
27
27
max-width : 1100px ;
28
28
}
29
29
30
- @media only screen and ( min-width : 769 px ) {
31
- # navbar-div {
32
- margin-left : 350 px ;
33
- /* margin-right: 50vw;*/
34
- }
30
+ /* Fix for annoying CSS bug with NavBar moving slightly on front page only */
31
+ @media only screen and ( min-width : 769 px ) {
32
+ # navbar-div {
33
+ margin-left : 350 px ;
34
+ }
35
35
}
36
36
37
- @media only screen and ( max-width : 769px ) {
37
+ @media only screen and (max-width : 769px ) {
38
38
# navbar-div {
39
39
margin-left : auto;
40
40
margin-right : auto;
41
-
42
- }
43
41
}
42
+ }
43
+ /* End fix */
44
44
45
45
.ais-SearchBox-reset {
46
- margin-left : 10px ;
46
+ margin-left : 10px ;
47
47
}
48
48
49
- @tailwind utilities;
49
+ @tailwind utilities;
You can’t perform that action at this time.
0 commit comments