add connect linking

This commit is contained in:
Luke Pulverenti 2014-09-14 11:10:51 -04:00
parent 54c04849d8
commit 503a18926b
9 changed files with 260 additions and 130 deletions

View file

@ -61,6 +61,13 @@
src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/RobotoBold.woff) format('woff');
}
@font-face {
font-family: 'Gotham';
font-style: normal;
font-weight: 300;
src: local('Gotham'), url(fonts/gotham-book.woff) format('woff');
}
* {
text-shadow: none !important;
}
@ -345,7 +352,6 @@ h1 .imageLink {
}
.page > .ui-content {
/* Need this so that the audio player doesn't cover content, but also for unveil lazy loading. */
padding-bottom: 160px;
}