Compare commits
2
Commits
7b60024935
...
v1.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2154d6cfa8 | ||
|
|
9002f13f80 |
+9
-1
@@ -2,10 +2,18 @@
|
|||||||
<html lang="%paraglide.lang%" dir="%paraglide.textDirection%">
|
<html lang="%paraglide.lang%" dir="%paraglide.textDirection%">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://umami.schreifuchs.ch/script.js"
|
||||||
|
data-website-id="f09f9cc5-6357-48df-8fb2-5c62089c04a0"
|
||||||
|
></script>
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>schreifuchs.ch</title>
|
<title>schreifuchs.ch</title>
|
||||||
<meta name="description" content="Portfolio von Niklas - Fotografie, Informatik, Musik und Video." />
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Portfolio von Niklas - Fotografie, Informatik, Musik und Video."
|
||||||
|
/>
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
|||||||
@@ -55,11 +55,10 @@
|
|||||||
<style global>
|
<style global>
|
||||||
.markdown {
|
.markdown {
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
.markdown h1 {
|
.markdown h1 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@@ -80,6 +79,8 @@
|
|||||||
|
|
||||||
.markdown img {
|
.markdown img {
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown table,
|
.markdown table,
|
||||||
|
|||||||
Reference in New Issue
Block a user