Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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