Updated some padding

This commit is contained in:
Crementif 2018-11-01 22:08:48 +01:00
parent 40c4881b1f
commit 3535be32c9

View File

@ -20,14 +20,6 @@ meta-description: "Largest graphic pack source for Cemu that modify or scale gam
</p>
</div>
<div id="remove-all-gfx-packs" class="jumbotron notification" hidden>
<h3>Remove all your graphic packs before</h3>
<p class="lead">
<a class="btn btn-primary btn-lg" href="javascript:void(0);" onclick="confirmNotification('remove-all-gfx-packs');" role="button">Okay!</a>
</p>
</div>
{% comment %} Get the latest release zip {% endcomment %}
{% capture newReleaseVersion %} {{ site.github.latest_release.assets[0].browser_download_url | slice: 71, 3}} {% endcapture %}