arles-2020: update carrousel content position (#40717)

This commit is contained in:
Serghei Mihai 2020-03-20 13:11:38 +01:00
parent 9664238136
commit 1208c915b4
2 changed files with 3 additions and 3 deletions

View File

@ -334,8 +334,9 @@ div.textcell.home-title h2:first-child {
}
.carrousel-item-content {
text-align: center;
padding: 1rem;
width: 50%;
float: right;
background-color: rgba(50, 50, 50, 0.5);
@media screen and ($max-mobile-viewport) {
width: auto;

View File

@ -52,5 +52,4 @@ $wcs-step-current-color: $wcs-step-color;
$wcs-step-background: #ddd;
$carrousel-navigation-bullet-border: 1px solid #ddd;
$carrousel-text-position: top right;