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
|
>CC BY-NC-SA 4.0</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
 
|
||||||
<!-- Theme Switcher box -->
|
<!-- Theme Switcher box -->
|
||||||
<form style="display:inline-flex">
|
<form style="display:inline-flex">
|
||||||
<div class="form-group" 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" />
|
<link rel="icon" type="image/svg" href="/favicon.svg" />
|
||||||
|
|
||||||
<!-- Dynamic text Size -->
|
<!-- Dynamic text Size -->
|
||||||
<script>
|
<script is:inline>
|
||||||
window.onload = () => {
|
window.onresize = () => {
|
||||||
|
console.log("resizing text");
|
||||||
Array.from(document.getElementsByClassName("button")).map((el) => {
|
Array.from(document.getElementsByClassName("button")).map((el) => {
|
||||||
let magic = 375;
|
let magic = 375;
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Add table
Reference in a new issue