Skip to content

Commit

Permalink
Merge pull request #1568 from KiwiNiksta/responsive
Browse files Browse the repository at this point in the history
fix to make the landing page legible on mobile
  • Loading branch information
c0bra committed Sep 22, 2014
2 parents 432a796 + 4b7fc27 commit b4cd8b5
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 39 deletions.
9 changes: 9 additions & 0 deletions misc/doc/css/bootstrap-responsive.min.css

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

9 changes: 9 additions & 0 deletions misc/doc/css/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions misc/site/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
}

.jumbotron {
padding: 30px;
padding: 30px 0;
margin-bottom: 30px;
font-size: 21px;
font-weight: 200;
Expand Down Expand Up @@ -46,7 +46,7 @@ body {
}

.jumbotron .container {
max-width: 100%;
max-width: 110%;
}

@media screen and (min-width: 768px) {
Expand Down Expand Up @@ -82,3 +82,11 @@ body {
.blue {
color: blue;
}

.btn-large {
margin: 5px 10px;
}

.btn-group2 {
margin-top: 30px;
}
Loading

0 comments on commit b4cd8b5

Please sign in to comment.