Merge commit '668928d3e42e2a48155e47da2a5a7d90345ac254'
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6m17s

# Conflicts:
#	output/style.css
This commit is contained in:
Marie Birner
2024-02-19 14:45:43 +01:00
21 changed files with 54 additions and 682 deletions

View File

@ -1,7 +1,8 @@
<html>
<html lang="de">
<head>
<link rel="stylesheet" href="pico.min.css" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body>

View File

@ -1,4 +1,4 @@
<html>
<html lang="de">
<head>
<link rel="stylesheet" href="pico.min.css" />
<link rel="stylesheet" href="style.css" />

View File

@ -1,3 +1,8 @@
html {
-webkit-hyphens: auto;
hyphens: auto;
}
h1 {
margin-top: var(--pico-spacing);
}