Skip to content

Commit 96323ba

Browse files
committed
Theme for monspolemuseal - banner after
1 parent 16e8f1b commit 96323ba

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

monspolemuseal/src/scss/home/banner.scss

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,21 +111,22 @@
111111
@media screen and (max-width: 700px) {
112112
display: none;
113113
}
114+
}
114115

115116
.smartweb_herobanner::after {
116-
border-radius: 0 0 0 50px;
117-
top: 0;
118-
content: "";
119-
display: block;
120-
height: 130px;
121-
right: 0;
122-
left: auto;
123-
position: absolute;
124-
width: 354px;
125-
background: url("../../assets/bg-footer") no-repeat #fff;
126-
background-size: cover;
127-
background-position: center;
128-
overflow: hidden;
117+
border-radius: 0 0 0 50px;
118+
top: 0;
119+
content: "";
120+
display: block;
121+
height: 130px;
122+
right: 0;
123+
left: auto;
124+
position: absolute;
125+
width: 354px;
126+
background: url("../../assets/bg-footer") no-repeat #fff;
127+
background-size: cover;
128+
background-position: center;
129+
overflow: hidden;
129130
}
130131

131132
.swiper-banner-content-wrapper {

0 commit comments

Comments
 (0)