Skip to content

Commit

Permalink
Fixed some css errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wbraden committed Aug 13, 2024
1 parent 85a0db6 commit 2dd0862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
22 changes: 0 additions & 22 deletions App/app.js

This file was deleted.

19 changes: 6 additions & 13 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
font-display: swap;
}

}



Expand Down Expand Up @@ -493,10 +492,10 @@ body {
}

/* Product Card */
.box .product-content,
/* .box .product-content,
.box .product-details {
/* flex:1; */
}
flex:1;
} */
.typography.product-price {
font-weight: 700;
}
Expand Down Expand Up @@ -634,6 +633,7 @@ img {
display: -webkit-box;
max-width: 200px;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
Expand Down Expand Up @@ -1029,10 +1029,6 @@ body.theme--neutral {
gap: 0.5rem;
}

.marquee-content .marquee-header {
/* font-size: 3.25rem; */

}

@media (min-width: 1024px) {
.marquee-wrapper {
Expand Down Expand Up @@ -1275,12 +1271,9 @@ a.button {
img.product-image {
margin-bottom: 0;
}
.section-header {
/* padding:0 1rem; */
}





section .container {
padding-left: 0;
padding-right: 0;
Expand Down

0 comments on commit 2dd0862

Please sign in to comment.