Skip to content

Commit fc86a02

Browse files
committed
Format CSS
1 parent a717cd8 commit fc86a02

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

styles/index.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,46 @@
44
#hero {
55
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');
66
/*max-width: 1050px;*/
7-
height: 24rem;
7+
height: 24rem;
88
}
99

1010
#mobile-menu {
11-
height: 300px;
11+
height: 300px;
1212
}
1313

1414
#cart-div {
1515
width: 300px;
1616
}
1717

1818
#close-cart-p {
19-
margin-top:2px;
19+
margin-top: 2px;
2020
}
2121

2222
#mobile-search-close-p {
23-
margin-top:-20px;
23+
margin-top: -20px;
2424
}
2525

2626
#product-container {
2727
max-width: 1100px;
2828
}
2929

30-
@media only screen and ( min-width: 769px ) {
31-
#navbar-div {
32-
margin-left: 350px;
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: 769px) {
32+
#navbar-div {
33+
margin-left: 350px;
34+
}
3535
}
3636

37-
@media only screen and ( max-width: 769px ) {
37+
@media only screen and (max-width: 769px) {
3838
#navbar-div {
3939
margin-left: auto;
4040
margin-right: auto;
41-
42-
}
4341
}
42+
}
43+
/* End fix */
4444

4545
.ais-SearchBox-reset {
46-
margin-left: 10px;
46+
margin-left: 10px;
4747
}
4848

49-
@tailwind utilities;
49+
@tailwind utilities;

0 commit comments

Comments
 (0)