theme updates

This commit is contained in:
Tony Volpe
2024-07-17 03:25:05 +00:00
parent 4950d23a30
commit 1cbeccbe26
157 changed files with 2210 additions and 8701 deletions

View File

@@ -1,9 +1,9 @@
.cart-summary p {font-size: 1.2vw;line-height: 2vw !important;}
.cart-summary p {font-size: 1vw;line-height: 1.5vw !important;}
@media only screen and (max-width: 767px) {
.cart-summary p {
font-size: 22px !important;
line-height: 4.5vw !important;
font-size: 1vw !important;
line-height: 1.5vw !important;
font-weight: lighter !important;
color: #505050 !important;
}
@@ -11,7 +11,7 @@
@media only screen and (min-width: 2355px) {
.cart-summary p {
font-size: 22px !important;
font-size: 1vw !important;
color: #505050 !important;
}
}

View File

@@ -76,7 +76,7 @@ h4 {
}
p {
font-size: 22px;
font-size: 20px;
line-height: 32px;
font-weight: lighter;
color: $light-gray;
@@ -85,14 +85,14 @@ p {
a {
color: $light-gray;
text-decoration: none;
font-size: 22px;
font-size: 20px;
line-height: 30px;
font-weight: 700;
}
ul,
ol {
font-size: 22px;
font-size: 20px;
line-height: 45px;
margin-bottom: unset;
font-weight: lighter;