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

View File

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