fix footer, links
This commit is contained in:
parent
9cdf8c6812
commit
34cfcae70c
2 changed files with 4 additions and 2 deletions
|
@ -46,6 +46,7 @@ themes.delete("default");
|
|||
>CC BY-NC-SA 4.0</a
|
||||
>
|
||||
</div>
|
||||
 
|
||||
<!-- Theme Switcher box -->
|
||||
<form style="display:inline-flex">
|
||||
<div class="form-group" style="display:inline-flex">
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue