Skip to content

Commit

Permalink
[BUGFIX] fix distance of the text from the arrow bootstrap slider (#461)
Browse files Browse the repository at this point in the history
* [BUGFIX] distance of the text from the arrow bootstrap slider

* update css/less
  • Loading branch information
ajdin99 authored and dmh committed Jan 18, 2019
1 parent a04b0cc commit 1819d93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Resources/Public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Resources/Public/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -7708,7 +7708,7 @@ div.awesomplete li[aria-selected="true"] mark {
background-color: rgba(0, 0, 0, 0.4);
bottom: 0;
text-align: center;
padding: 20px 20px 45px;
padding: 20px 45px 45px;
width: 100%;

/* Better Font Rendering =========== */
Expand Down Expand Up @@ -7831,7 +7831,7 @@ div.awesomplete li[aria-selected="true"] mark {

.carousel-caption {
text-align: left;
padding: 15px 25px 25px 65px;
padding: 15px 45px 25px;
}

// Indicators stands in carousel caption area
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
background-color: rgba(0, 0, 0, 0.4);
bottom: 0;
text-align: center;
padding: 20px 20px 45px;
padding: 20px 45px 45px;
width: 100%;

/* Better Font Rendering =========== */
Expand Down Expand Up @@ -227,7 +227,7 @@

.carousel-caption {
text-align: left;
padding: 15px 25px 25px 65px;
padding: 15px 45px 25px;
}

// Indicators stands in carousel caption area
Expand Down

0 comments on commit 1819d93

Please sign in to comment.