Merge pull request #14704 from fedorablewill/master

Bugfix for The Legend of Zelda: Reclaim the Wild
This commit is contained in:
Lucas Hall
2026-01-27 14:39:08 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -356,7 +356,7 @@
</section>
<footer class="f-col f-center">
<span>Generic copyright disclaimer</span>
<span>The Legend of Zelda and all associated properties are owned by Nintendo.</span>
</footer>
</main>
<main id="tab-feats" class="sheet-tab sheet-tab2">
@@ -13,7 +13,7 @@ main {
main#tab-general {
grid-template-columns: 250px 275px 275px;
grid-template-rows: 90px 1fr 1fr 1fr 1fr 20px;
grid-template-rows: 90px 1fr 1fr 90px 1fr 20px;
grid-template-areas:"header header header"
"skill common weapon"
"skill attack weapon"