No really guys, I fixed the bug this time

This commit is contained in:
Owen Versteeg 2014-07-31 17:22:37 -04:00
parent 7fb5acb6ea
commit 05af3a5198

View file

@ -252,7 +252,12 @@
/* Otherwise it spills over on iOS */
.download-btn {
font-size: 1.3em;
padding: 13px 19px;
padding: 8px 19px 9px;
line-height: 2em;
}
.btn {
margin: 7px 9px 7px 0;
}
</style>
@ -319,7 +324,7 @@
<a href="docs.html" class="btn em smooth">Docs</a>
</div>
<div class="col c4">
<a href="download.html" class="btn smooth">Download</a>
<a href="download.html" class="btn smooth download-btn">Download</a>
</div>
<div class="col c2">&nbsp;</div>
</div>