Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
fix(frontpage): the front page should now appear properly on mobile a…
Browse files Browse the repository at this point in the history
…nd on desktop

closes #118
  • Loading branch information
seiyria committed Dec 14, 2015
1 parent 02ec6e6 commit 16d6059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jade/partials/home.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ script(type="text/ng-template", id="/home")
div(flex)
.text-center.padding-top-20 TournamentMango is a great way to manage your tournaments. It supports many features.

.text-center.max-width-1200(layout-gt-sm="row", layout="column", flex, layout-wrap)
.text-center.padding-50(flex-gt-sm="33", flex-sm="40", ng-repeat="block in blocks")
.text-center.max-width-1200(layout-gt-sm="row", layout="column", layout-wrap)
.text-center.margin-top-50.padding-20.margin-bottom-20(flex-gt-sm="33", flex-sm="30", ng-repeat="block in blocks")
ng-md-icon(icon="{{block.icon}}", size="100", ng-if="!block.link")
.md-title {{block.name}}
p(ng-bind-html="block.info | rawHtml")

0 comments on commit 16d6059

Please sign in to comment.