fixed spacing in class optimizer

This commit is contained in:
Frederik Palmø 2022-04-14 15:03:39 +02:00
parent 11c220a4a1
commit 51fbfb02d5
2 changed files with 6 additions and 4 deletions

View File

@ -156,7 +156,7 @@
<input name="talisman" type="checkbox" onchange="update()" />
<label></label>
</div>
<aside></aside>
<aside style="font-size: 0.8rem"></aside>
</li>
</template>
</ul>
@ -276,10 +276,11 @@
</table>
</div>
</main>
<div></div>
<footer>
<h5>
Erdtree Planner (<a href="https://git.palmoe.dk/vodofrede/erdtree"
>available under BSD-3-Clause license</a
Erdtree Planner (<a href="https://git.palmoe.dk/vodofrede/erdtree">
available under BSD-3-Clause license </a
>)
</h5>
<h5>© 2022 vodofrede</h5>

View File

@ -77,7 +77,7 @@ header {
main {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
margin-bottom: 5rem;
}
footer {
@ -176,6 +176,7 @@ ul {
}
li {
white-space: nowrap;
margin-bottom: 0.4em;
}