diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index df97bd6be..e168d82f4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4410,12 +4410,12 @@ a.list-group-item.active > .badge, .carousel-indicators { position: absolute; - bottom: 20px; + bottom: 10px; left: 50%; z-index: 15; - width: 100px; + width: 120px; padding-left: 0; - margin-left: -50px; + margin-left: -60px; text-align: center; list-style: none; } @@ -4470,6 +4470,9 @@ a.list-group-item.active > .badge, left: 20%; padding-bottom: 30px; } + .carousel-indicators { + bottom: 20px; + } } .jumbotron { |
