roannais-icitoyen: remove carrousel image mask (#41255)

This commit is contained in:
Thomas Jund 2020-04-15 15:26:19 +02:00
parent 9ad29e8449
commit 41f2cafb44
1 changed files with 4 additions and 0 deletions

View File

@ -698,6 +698,10 @@ div.carrousel-content {
font-size: $fz-h2;
}
}
// no image mask
&::after {
content: none;
}
}
}