Skip to content

Commit beaa4fb

Browse files
committed
Theme Musson - HP
1 parent 4189326 commit beaa4fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

musson/src/scss/hp.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,23 @@ div#portal-colophon {
178178
background: #ecf6f9;
179179
}
180180

181+
.sectionnews .swiper-wrapper .swiper-slide,
182+
.sectionevents .swiper-wrapper .swiper-slide {
183+
transition: 0.5s;
184+
}
185+
181186
.sectionnews .swiper-wrapper .swiper-slide:hover,
182187
.sectionnews .swiper-wrapper .swiper-slide:focus,
183188
.sectionevents .swiper-wrapper .swiper-slide:hover,
184189
.sectionevents .swiper-wrapper .swiper-slide:focus {
185190
transform: translateY(10px);
186191
transition: 0.5s;
187192
}
193+
194+
footer h2.section-title {
195+
font-size: 2rem !important;
196+
}
197+
198+
header#content-header {
199+
background: #fff;
200+
}

0 commit comments

Comments
 (0)