Commit cc9ec2cf by Ravindra Kanojiya

updated

1 parent 9a3b4464
...@@ -1172,8 +1172,8 @@ span.form-error, ...@@ -1172,8 +1172,8 @@ span.form-error,
.card-booking-content .details-div > p:first-child { .card-booking-content .details-div > p:first-child {
font-family: "Sofia Pro Light"; font-family: "Sofia Pro Light";
font-size: 14px; font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1920 - 320) );
line-height: 20px; line-height: calc(20px + (20 - 20) * (100vw - 320px) / (1920 - 320) );
letter-spacing: 0em; letter-spacing: 0em;
text-align: left; text-align: left;
color: #808080; color: #808080;
...@@ -1183,7 +1183,8 @@ span.form-error, ...@@ -1183,7 +1183,8 @@ span.form-error,
.card-booking-content .details-div > p:last-child { .card-booking-content .details-div > p:last-child {
font-family: "Sofia Pro Light"; font-family: "Sofia Pro Light";
font-size: 16px; font-size: 16px;
line-height: 20px; font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1920 - 320) );
line-height: calc(20px + (20 - 20) * (100vw - 320px) / (1920 - 320) );
letter-spacing: 0em; letter-spacing: 0em;
text-align: left; text-align: left;
color: #000000; color: #000000;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!