theme updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user