From 9d5a74371c850bb66445bc3ab7ea830608122f4d Mon Sep 17 00:00:00 2001 From: vas3k Date: Mon, 20 Jan 2020 12:57:56 +0100 Subject: [PATCH] Fix og tags --- static/css/components.css | 3 ++- templates/board.html | 4 +++- templates/common/meta.html | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/css/components.css b/static/css/components.css index 04c4559..a80298e 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -396,7 +396,8 @@ .coming-soon { display: block; max-width: 500px; - margin: 100px auto; + margin: 0 auto; + padding: 100px 20px; } .coming-soon h2 { diff --git a/templates/board.html b/templates/board.html index 376ea6d..e0f5cd6 100644 --- a/templates/board.html +++ b/templates/board.html @@ -7,12 +7,14 @@ {% block meta_og %} - + + + {% endblock %} {% block content %} diff --git a/templates/common/meta.html b/templates/common/meta.html index 3af5782..bd0ca9c 100644 --- a/templates/common/meta.html +++ b/templates/common/meta.html @@ -12,7 +12,7 @@ - +