mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 14:50:08 +00:00
Make homepage buttons bigger (#12)
This commit is contained in:
parent
c726427fd8
commit
4c5b2dc924
|
@ -5,14 +5,14 @@
|
|||
The emulator is currently only useful for homebrew development and research purposes.</p>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button is-light is-hidden-touch" href="/downloads" target="_blank">
|
||||
<a class="button is-medium is-light is-hidden-touch" href="/downloads" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fas fa-arrow-down"></i>
|
||||
</span>
|
||||
<span>Download</span>
|
||||
</a>
|
||||
|
||||
<a class="button is-primary is-inverted is-outlined" href="{{ .Site.Params.GithubURL }}" target="_blank">
|
||||
<a class="button is-medium is-primary is-inverted is-outlined" href="{{ .Site.Params.GithubURL }}" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fab fa-github"></i>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue