Small fixes

This commit is contained in:
Stefan Ritter 2023-08-08 13:17:33 +02:00
parent 6a6c0f1ba4
commit 9b0e027fb0
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ .Site.Params.Description }}">
<meta name="generator" content="vim">
<title>{{ .Site.Title }}</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" type="image/png" href="/img/favicon.png">

View File

@ -40,8 +40,9 @@ body {
.full {
width: 100%;
max-width: 1200px;
max-width: 1600px;
height: 100vh;
max-height: 1000px;
display: flex;
flex-direction: row;
}