Skip to content

Commit

Permalink
Increase margin of left/right buttons in carousel
Browse files Browse the repository at this point in the history
Do not overlap the left/right arrows with the picture.
  • Loading branch information
eht16 committed Jun 16, 2019
1 parent b149901 commit f5c6eb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions geany/static/css/main.css
Expand Up @@ -127,6 +127,13 @@ div.feature-icon {
margin-bottom: 10px;
}

/* galery / carousel */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
margin-right: -55px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
margin-left: -35px;
}

/* basic table formatting: border and cell spacing */
table {
Expand Down

0 comments on commit f5c6eb2

Please sign in to comment.