diff --git a/layouts/partials/head.html b/layouts/partials/head.html index efc0dfb..4f30336 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,7 @@ + {{ .Site.Title }} diff --git a/static/css/style.css b/static/css/style.css index fd21ad4..82e08c0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -40,8 +40,9 @@ body { .full { width: 100%; - max-width: 1200px; + max-width: 1600px; height: 100vh; + max-height: 1000px; display: flex; flex-direction: row; }