Change position of article carousel title

This commit is contained in:
2019-09-01 20:19:30 +01:00
parent 88e927b116
commit 0bcf74c6e7
21 changed files with 84 additions and 74 deletions

View File

@@ -92,3 +92,8 @@ iframe {
.slick-dotted.slick-slider {
margin-bottom: 13px;
}
/* align article carousel title with carousel items */
.article-carousel-title {
text-align: center;
}