Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedEid3 committed Oct 18, 2019
1 parent 4d97b39 commit 2859cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="col-7 col-sm-6 col-md-6">
<div id="home-slider" class="carousel slide" data-ride="carousel">
<!-- Control Slider-->
<ol class="carousel-indicators">
<ol class="carousel-indicators mr-n2 ml-n2 mr-sm-0 ml-sm-0">
<li data-target="#home-slider" data-slide-to="0" class="active"></li>
<li data-target="#home-slider" data-slide-to="1"></li>
<li data-target="#home-slider" data-slide-to="2"></li>
Expand Down
2 changes: 1 addition & 1 deletion src/template/pages/home/_home-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="col-7 col-sm-6 col-md-6">
<div id="home-slider" class="carousel slide" data-ride="carousel">
<!-- Control Slider-->
<ol class="carousel-indicators">
<ol class="carousel-indicators mr-n2 ml-n2 mr-sm-0 ml-sm-0">
<li data-target="#home-slider" data-slide-to="0" class="active"></li>
<li data-target="#home-slider" data-slide-to="1"></li>
<li data-target="#home-slider" data-slide-to="2"></li>
Expand Down

0 comments on commit 2859cd1

Please sign in to comment.