Update promotion styles to reduce max-width from 124rem to 120rem across various sections; remove unused image and clean up HTML comments in Disney promotion page.
This commit is contained in:
@@ -38,7 +38,7 @@ $KiaBlack: #05141f;
|
||||
}
|
||||
.promotionHeaderInner {
|
||||
width: 100%;
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
padding-top: 86vw;
|
||||
@include tablet {
|
||||
@@ -102,7 +102,7 @@ $KiaBlack: #05141f;
|
||||
}
|
||||
}
|
||||
.tabNavigationInner {
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
@include tablet {
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -173,7 +173,7 @@ $KiaBlack: #05141f;
|
||||
min-height: 60rem;
|
||||
position: relative;
|
||||
.tabContentInner {
|
||||
// max-width: 124rem;
|
||||
// max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
.tabContent {
|
||||
@@ -188,7 +188,7 @@ $KiaBlack: #05141f;
|
||||
|
||||
.contentSection {
|
||||
.contentSectionInner {
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
@include tablet {
|
||||
padding: 0;
|
||||
@@ -325,7 +325,7 @@ $KiaBlack: #05141f;
|
||||
padding: 12rem 2rem 3.2rem;
|
||||
}
|
||||
.contentSection {
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
.title-area {
|
||||
margin-bottom: 3.2rem;
|
||||
@@ -409,7 +409,7 @@ $KiaBlack: #05141f;
|
||||
.contentSection {
|
||||
padding: 8rem 2rem;
|
||||
@include tablet {
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
padding: 16.8rem 2rem;
|
||||
}
|
||||
@@ -712,7 +712,7 @@ $KiaBlack: #05141f;
|
||||
.contentSection {
|
||||
padding: 7.9rem 0;
|
||||
@include tablet {
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
padding: 7rem 2rem 12rem;
|
||||
}
|
||||
@@ -816,7 +816,7 @@ $KiaBlack: #05141f;
|
||||
padding: 7.8rem 2rem;
|
||||
@include tablet {
|
||||
padding: 11.5rem 2rem 8rem;
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.title-area {
|
||||
@@ -926,7 +926,7 @@ $KiaBlack: #05141f;
|
||||
@include tablet {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 124rem;
|
||||
max-width: 120rem;
|
||||
height: 10rem;
|
||||
padding: 0 2rem;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user