No really guys, I fixed the bug this time
This commit is contained in:
parent
7fb5acb6ea
commit
05af3a5198
1 changed files with 7 additions and 2 deletions
|
@ -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"> </div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue