"feature"
This commit is contained in:
parent
87255bb9cd
commit
7faf1b01d0
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en" data-theme="Synthwave">
|
<html lang="en" data-theme="Synthwave" style="overflow-x: hidden;">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||||
|
@ -12,5 +12,5 @@
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<div style="display: contents">%sveltekit.body%</div>
|
<body style="display: contents">%sveltekit.body%</div>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
<p>Here's my Linked-in: <a href="https://www.linkedin.com/in/snorrealtschul/" target="_blank" style="color:lightblue;">Linked-in</a></p>
|
<p>Here's my Linked-in: <a href="https://www.linkedin.com/in/snorrealtschul/" target="_blank" style="color:lightblue;">Linked-in</a></p>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="developersProfile snorre-overlay relative pl-4 font-mono">
|
<div class="developersProfile snorre-overlay relative pl-4 font-mono pointer-events-none">
|
||||||
<pre style="font-size: {!mobile ? 1.5 : 1.5}rem;"> </pre>
|
<pre style="font-size: {!mobile ? 1.5 : 1.5}rem;"> </pre>
|
||||||
<span>
|
<span>
|
||||||
<pre> </pre>
|
<pre> </pre>
|
||||||
|
|
Loading…
Reference in New Issue