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

View File

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