fix(style): rearranged div/a tags

main
steven 2020-12-21 22:36:37 -05:00
parent ae0e8088d6
commit 4c026aedd3
1 changed files with 8 additions and 8 deletions

View File

@ -152,18 +152,18 @@
<div id="parties"> <div id="parties">
<h2>Witch&apos;s Tea Parties</h2> <h2>Witch&apos;s Tea Parties</h2>
<p>note: authentication required for access.</p> <p>note: authentication required for access.</p>
<div class="party" id="bernkastel"> <a href="https://bernkastel.homo.casa">
<a href="https://bernkastel.homo.casa"> <div class="party" id="bernkastel">
<h3>Bernkastel</h3> <h3>Bernkastel</h3>
<h4>witch of miracles</h4> <h4>witch of miracles</h4>
</a> </div>
</div> </a>
<div class="party" id="lambdadelta"> <a href="https://lambdadelta.homo.casa">
<a href="https://lambdadelta.homo.casa"> <div class="party" id="lambdadelta">
<h3>Lambdadelta</h3> <h3>Lambdadelta</h3>
<h4>witch of certainty</h4> <h4>witch of certainty</h4>
</a> </div>
</div> </a>
</div> </div>
<footer> <footer>