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

Commit

Permalink
fix(homePage): blocks should be more normal sized
Browse files Browse the repository at this point in the history
ref #69
  • Loading branch information
seiyria committed Oct 19, 2015
1 parent 11441dc commit a49517c
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
@@ -1,10 +1,10 @@
script(type="text/ng-template", id="/home")
div(layout="row", flex)
div(layout="row", flex="10")
div(flex)
.text-center.padding-top-20 OpenChallenge is a great way to manage your tournaments. It supports many features.

.text-center(layout-gt-sm="row", layout="column", flex)
.text-center.padding-50(flex-gt-sm="33", flex-sm="100", ng-repeat="block in blocks")
.text-center.padding-50(flex-gt-sm="33", flex-sm="40", ng-repeat="block in blocks")
a(ng-if="block.link", ng-href="{{block.link}}", target="_blank")
ng-md-icon(icon="{{block.icon}}", size="100")
ng-md-icon(icon="{{block.icon}}", size="100", ng-if="!block.link")
Expand Down

0 comments on commit a49517c

Please sign in to comment.