From a82fa74a6ba2405232f0e667c34c41d7747a7784 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 7 May 2020 15:39:06 +0200 Subject: [PATCH] Fixes #2 Horizontal margin for content was reduced in order to better fit mobile devices --- web/style/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style/style.scss b/web/style/style.scss index a2ffff8..7faa307 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -425,6 +425,10 @@ header { margin: 0 auto; text-align: justify; + @media #{$switch-small-screen} { + padding: 50px 20px; + } + a { font-style: italic; }