mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #2462 from Ana06/carrousel
Fix overlay of carousel controls
This commit is contained in:
commit
b2e6c1b701
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue