Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homepage! #16

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Tweaking layout for responsivness.
krischer committed Sep 5, 2016
commit 739f37e2b3b7e4890b47e5d73f1ee584b4386970
5 changes: 3 additions & 2 deletions src/reporter/core/static/base.css
Original file line number Diff line number Diff line change
@@ -237,9 +237,9 @@ pre > code {
/* CUSTOMIZE THE CAROUSEL */

.carousel {
height: 400px;
margin-bottom: 60px;
margin-top: 10px;
min-height: 420;
}

/* Color of the line under the heading */
@@ -258,7 +258,8 @@ pre > code {
}

.carousel .item {
height: 400px;
padding-bottom: 40px;
min-height: 420px;
}

.carousel-indicators > li {