Merge commit '668928d3e42e2a48155e47da2a5a7d90345ac254'
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6m17s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6m17s
# Conflicts: # output/style.css
This commit is contained in:
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<link rel="stylesheet" href="pico.min.css" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
|
@ -1,3 +1,8 @@
|
||||
html {
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: var(--pico-spacing);
|
||||
}
|
||||
|
Reference in New Issue
Block a user