Compare commits

..

No commits in common. "b260a4ce35f2a961a394447b3f915a347bf3535f" and "99bb2f9df28d7829aee0fc226e723be36baf4405" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -29,13 +29,10 @@ 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);
@ -61,7 +58,6 @@ header {
overflow: hidden;
position: relative;
text-align: center;
width: 100%;
h1 {
font-size: 3.6em;
line-height: .9em;
@ -125,8 +121,8 @@ header {
}
.width-1200 {
margin: 0 auto;
max-width: 1200px;
width: calc(100% - 4rem);
}
main {

View file

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