restyle new game button to put it on the right side of the introduction

This commit is contained in:
Gabriele Cirulli
2014-03-22 17:00:50 +01:00
parent 4ad15d4cbd
commit 560859fcd9
4 changed files with 86 additions and 42 deletions
+9
View File
@@ -70,3 +70,12 @@
@content;
}
}
// Clearfix
@mixin clearfix {
&:after {
content: "";
display: block;
clear: both;
}
}