Fix Go to Wiki and Sign out appearing side by side

Make both elements block w-full so they always stack vertically.
This commit is contained in:
Jennie Robinson Faber 2026-03-19 18:13:33 +00:00
parent 7cf6ce1833
commit df2e7e3356

View file

@ -14,11 +14,11 @@
</p> </p>
<a <a
href="https://wiki.ghostguild.org" href="https://wiki.ghostguild.org"
class="inline-flex items-center justify-center py-3 px-6 bg-candlelight-500 hover:bg-candlelight-600 text-guild-900 font-semibold rounded-full uppercase tracking-wide transition-colors font-sans whitespace-nowrap"> class="block w-full py-3 px-6 bg-candlelight-500 hover:bg-candlelight-600 text-guild-900 font-semibold rounded-full uppercase tracking-wide transition-colors font-sans text-center">
Go to Wiki Go to Wiki
</a> </a>
<button <button
class="text-sm text-candlelight-400 hover:text-candlelight-300 font-medium uppercase tracking-wide transition-colors" class="block w-full text-sm text-candlelight-400 hover:text-candlelight-300 font-medium uppercase tracking-wide transition-colors"
@click="handleLogout"> @click="handleLogout">
Sign out Sign out
</button> </button>