We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4189326 commit beaa4fbCopy full SHA for beaa4fb
musson/src/scss/hp.scss
@@ -178,10 +178,23 @@ div#portal-colophon {
178
background: #ecf6f9;
179
}
180
181
+.sectionnews .swiper-wrapper .swiper-slide,
182
+.sectionevents .swiper-wrapper .swiper-slide {
183
+ transition: 0.5s;
184
+}
185
+
186
.sectionnews .swiper-wrapper .swiper-slide:hover,
187
.sectionnews .swiper-wrapper .swiper-slide:focus,
188
.sectionevents .swiper-wrapper .swiper-slide:hover,
189
.sectionevents .swiper-wrapper .swiper-slide:focus {
190
transform: translateY(10px);
191
transition: 0.5s;
192
193
194
+footer h2.section-title {
195
+ font-size: 2rem !important;
196
197
198
+header#content-header {
199
+ background: #fff;
200
0 commit comments