Merge pull request #2462 from Ana06/carrousel

Fix overlay of carousel controls
This commit is contained in:
Ana María Martínez Gómez 2019-04-06 10:06:37 +02:00 committed by GitHub
commit b2e6c1b701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,12 @@
#schedule-content .carousel-control{
width: 12%;
}
@media (min-width: 768px){
#schedule-content .carousel-control{
width: 5%;
}
}
.room-name{
font-weight: bold;