mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Increased Carousel Sliding Time on Static.Front
Increased carousel sliding time for front page in the "Players use HabitRPG to Manage" section. Increased time from 4 seconds to 10 seconds. Not too slow and not too fast. fixes https://github.com/HabitRPG/habitrpg/issues/5047
This commit is contained in:
parent
ee7ba19ed1
commit
340c484547
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
section#uses
|
||||
h2 Players use HabitRPG to manage...
|
||||
.container-fluid
|
||||
#myCarousel.carousel.slide(data-interval='4000', data-ride='carousel')
|
||||
#myCarousel.carousel.slide(data-interval='10000', data-ride='carousel')
|
||||
ul.nav.nav-pills.nav-justified
|
||||
li.active(data-target='#myCarousel', data-slide-to='0')
|
||||
a(href='#') Work
|
||||
|
|
|
|||
Loading…
Reference in a new issue