Compare commits

..

2 commits

Author SHA1 Message Date
b260a4ce35
add language tag
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
ci/woodpecker/pr/hugo-build Pipeline was successful
2023-07-29 21:01:22 +02:00
35cafba62c
add more flex and margin 2023-07-29 20:59:27 +02:00
2 changed files with 6 additions and 2 deletions

View file

@ -29,10 +29,13 @@ html {
body {
background-color: var(--background);
color: var(--text);
display: flex;
font-family: 'Lucida Console', 'Courier New', monospace;
flex-direction: column;
hyphens: auto;
line-height: 1.8;
margin: 0;
align-items: center;
}
a {
color: var(--text);
@ -58,6 +61,7 @@ header {
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
h1 {
font-size: 3.6em;
line-height: .9em;
@ -121,8 +125,8 @@ header {
}
.width-1200 {
margin: 0 auto;
max-width: 1200px;
width: calc(100% - 4rem);
}
main {

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="de">
<head>
{{ partial "head.html" . }}