Enhance promotion section: Add new parallax background for section 7, update recent theme padding, and modify display settings for YouTube areas. Remove unused PNG images and update HTML structure for Star Wars theme display.
This commit is contained in:
@@ -482,6 +482,10 @@ html {
|
||||
// height: 108rem;
|
||||
background: url("../images/kia/promotion/section6.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.parallax-bg.bg7 {
|
||||
// height: 108rem;
|
||||
background: url("../images/kia/promotion/section7.jpg") no-repeat center top / cover;
|
||||
}
|
||||
}
|
||||
|
||||
.parallax-section {
|
||||
@@ -1384,6 +1388,7 @@ html {
|
||||
}
|
||||
|
||||
.recent-theme {
|
||||
padding-bottom: 8rem;
|
||||
.contentSection {
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
@@ -1432,7 +1437,7 @@ html {
|
||||
}
|
||||
}
|
||||
.youtubeArea {
|
||||
display: none;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user