fix footer, links

This commit is contained in:
Mira Kristipati 2024-06-11 15:53:21 -04:00
parent 9cdf8c6812
commit 34cfcae70c
2 changed files with 4 additions and 2 deletions

View file

@ -46,6 +46,7 @@ themes.delete("default");
>CC BY-NC-SA 4.0</a
>
</div>
&ensp;
<!-- Theme Switcher box -->
<form style="display:inline-flex">
<div class="form-group" style="display:inline-flex">

View file

@ -55,8 +55,9 @@ document.getElementById(theme)?.setAttribute("selected", "true");
<link rel="icon" type="image/svg" href="/favicon.svg" />
<!-- Dynamic text Size -->
<script>
window.onload = () => {
<script is:inline>
window.onresize = () => {
console.log("resizing text");
Array.from(document.getElementsByClassName("button")).map((el) => {
let magic = 375;
if (