head-header.html

footer.html
"get started" url fixes
calendar social links
video fix
Introducing: the ALL_NEW index.html
This commit is contained in:
scotty
2016-03-04 16:02:00 -08:00
parent bc9f6341d6
commit 6129c6931f
11 changed files with 323 additions and 399 deletions
+8
View File
@@ -38,6 +38,14 @@ a
//mixins
@mixin fullScreen
position: fixed
top: 0
left: 0
width: 100vw
height: 100vh
@mixin pureCenter($left: 50%, $top: 50%)
position: absolute
top: $top