add prep info and make layout better

This commit is contained in:
Ean Milligan
2026-01-18 22:49:12 -05:00
parent 92a74d6d3e
commit 3f874ae3cc

View File

@@ -57,6 +57,10 @@
color: white; color: white;
} }
label {
display: inline-block;
text-wrap: nowrap;
}
input[type="radio"] { input[type="radio"] {
display: none; display: none;
} }
@@ -281,20 +285,14 @@
</ul> </ul>
</div> </div>
<div id="tab7-content" class="tab-content"> <div id="tab7-content" class="tab-content">
<div style="display: flex; gap: 2rem; justify-content: space-around"> <div style="display: flex; gap: 2rem; justify-content: space-around; flex-wrap: wrap">
<div>
<h3>BSF Duel Info</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=bybzBLT7nBo" target="_blank">BSF Duel Cheeses</a></li>
<li><a href="https://www.youtube.com/watch?v=QBqxAWhc1y8" target="_blank">BSF-Z1 Duel Guide (Aces High/Gabriel)</a></li>
<li><a href="https://www.youtube.com/watch?v=KsG5ji5toSo" target="_blank">BSF-Z2 Duel Guide (Beast of Man/Lyon)</a></li>
<li><a href="https://www.youtube.com/watch?v=zUDYU7iX_mY" target="_blank">BSF-Z3 Duel Guide (And the Flames Went Higher/Sartauvoir)</a></li>
</ul>
</div>
<div> <div>
<h3>Lost Flare Star Cheese Text Guide</h3> <h3>Lost Flare Star Cheese Text Guide</h3>
<ol> <ol>
<li>As SMN, target a striking dummy in camp.</li> <li>Return to camp and swap to SMN</li>
<li>Buff yourself with "Lost Bravery", "Lost Protect II", "Lost Shell II" and "Lost Bubble".</li>
<li>Use a "Resistance Reraiser", "Resistance Potion Kit", "Resistance Ether Kit", and "(Deep) Essence of the Ordained".</li>
<li>Target a striking dummy in camp.</li>
<li>Wait for duel timer to hit 0:20.</li> <li>Wait for duel timer to hit 0:20.</li>
<li>Use "Lost Excellence", overslot with "Lost Chainspell".</li> <li>Use "Lost Excellence", overslot with "Lost Chainspell".</li>
<li>Use "Lost Chainspell", overslot with "Lost Font of Magic".</li> <li>Use "Lost Chainspell", overslot with "Lost Font of Magic".</li>
@@ -307,14 +305,25 @@
<li>Profit.</li> <li>Profit.</li>
</ol> </ol>
</div> </div>
<div> <div style="display: flex; gap: 2rem; justify-content: space-around; flex-wrap: wrap; flex-direction: column">
<h3>Zad Duel Info</h3> <div>
<ul> <h3>BSF Duel Info</h3>
<li><a href="https://www.youtube.com/watch?v=ZGQPgT1gWuE" target="_blank">Zad Duel Cheeses</a></li> <ul>
<li><a href="https://www.youtube.com/watch?v=q1XxoE2GUkk" target="_blank">Zad-Z1 Duel Guide (The Broken Blade/Dabog)</a></li> <li><a href="https://www.youtube.com/watch?v=bybzBLT7nBo" target="_blank">BSF Duel Cheeses</a></li>
<li><a href="https://www.youtube.com/watch?v=6yeC-w5qNpM" target="_blank">Zad-Z2 Duel Guide (The Head of the Snake/Menenius)</a></li> <li><a href="https://www.youtube.com/watch?v=QBqxAWhc1y8" target="_blank">BSF-Z1 Duel Guide (Aces High/Gabriel)</a></li>
<li><a href="https://www.youtube.com/watch?v=Cniwova35KQ" target="_blank">Zad-Z3 Duel Guide (Taking the Lyon's Share/Lyon Rematch)</a></li> <li><a href="https://www.youtube.com/watch?v=KsG5ji5toSo" target="_blank">BSF-Z2 Duel Guide (Beast of Man/Lyon)</a></li>
</ul> <li><a href="https://www.youtube.com/watch?v=zUDYU7iX_mY" target="_blank">BSF-Z3 Duel Guide (And the Flames Went Higher/Sartauvoir)</a></li>
</ul>
</div>
<div>
<h3>Zad Duel Info</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=ZGQPgT1gWuE" target="_blank">Zad Duel Cheeses</a></li>
<li><a href="https://www.youtube.com/watch?v=q1XxoE2GUkk" target="_blank">Zad-Z1 Duel Guide (The Broken Blade/Dabog)</a></li>
<li><a href="https://www.youtube.com/watch?v=6yeC-w5qNpM" target="_blank">Zad-Z2 Duel Guide (The Head of the Snake/Menenius)</a></li>
<li><a href="https://www.youtube.com/watch?v=Cniwova35KQ" target="_blank">Zad-Z3 Duel Guide (Taking the Lyon's Share/Lyon Rematch)</a></li>
</ul>
</div>
</div> </div>
</div> </div>
</div> </div>