Commit addc3fa6 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): font sizes and paddings

1 merge request!676CR Product Pages
Pipeline #106615158 failed with stages
in 32 minutes and 8 seconds
......@@ -40,12 +40,17 @@
position: relative;
z-index: 0;
@media screen and (max-width: $m-grid-min-vp) {
@media screen and (min-width: $m-grid-max-tablet) and (max-width: $m-grid-min-vp) {
font-size: 32px;
line-height: 34px;
line-height: 43px;
margin: 0 0 18px;
}
@media screen and(min-width: $m-grid-max-mobile) and (max-width: $m-grid-max-tablet) {
font-size: 26px;
line-height: 34px;
}
&.m-marketing__subtitle--asTitle {
font-size: 48px;
line-height: 53px;
......@@ -87,6 +92,16 @@
font-size: 18px;
line-height: 27px;
margin: 0 0 36px;
@media screen and(min-width: 700px) and (max-width: $m-grid-min-vp) {
font-size: 16px;
line-height: 24px;
}
@media screen and(min-width: $m-grid-max-mobile) and (max-width: 700px) {
font-size: 15px;
line-height: 22px;
}
}
ul.m-marketing__points {
......
......@@ -73,10 +73,6 @@
p.m-marketing__description {
margin-bottom: 42px;
@media screen and(min-width: $min-tablet) {
padding-right: 200px;
}
@include m-theme() {
color: themed($m-grey-300);
}
......
Please register or to comment