Hackathon page basic structure

This commit is contained in:
Oleh Zasadnyy 2014-08-28 00:49:51 +03:00
parent 7ae23da21e
commit 8ed616c1bb
35 changed files with 152 additions and 7 deletions

View file

@ -36,4 +36,6 @@
@import "partials/lily-effect";
@import "partials/ribbon";
@import "partials/modal";
@import "partials/schedule";
@import "partials/schedule";
@import "partials/about-hackathon";
@import "partials/judges";

View file

View file

@ -0,0 +1,8 @@
.judges {
}
.judge-img {
width: 140px;
height: 140px;
margin: 0 auto;
}