From 0e8e894056188ddea9851b27e4bcdc289a454b92 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 12 Feb 2021 11:39:54 +0100 Subject: [PATCH] [Style] add twitter card styling --- web/style/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style/style.scss b/web/style/style.scss index d29c7d5..1713d04 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -371,3 +371,7 @@ pre { content: 'rust'; } } + +.twitter-tweet { + margin: 10px auto; +}