From 864f04598820b246885d0d5727bb2b1fda0c951f Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Fri, 25 Nov 2022 17:52:28 +0100 Subject: [PATCH] version 1.0 --- css/style-0.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/css/style-0.css b/css/style-0.css index 090c2e3..f84e3fc 100644 --- a/css/style-0.css +++ b/css/style-0.css @@ -54,7 +54,7 @@ color: var(--pantone1); font-size: 12px; font-weight: 700; - content: "La pratique de l'enquête ⟶" string(title); + content: "La pratique de l'enquête ⟶" string(title); position: relative; left: -40mm; overflow: visible; @@ -97,7 +97,7 @@ h1{ position: relative; top: -1.75mm; string-set: title content(text); - padding: 8rem 0; + padding: 6rem 0 8rem; } h1 svg{ position: absolute; @@ -149,3 +149,17 @@ svg{ #image{ max-width: 100%; } + +@media only screen and (max-width: 600px) { + .grid-wrap{ + grid-template-columns: 100%; + } + h1 svg{ + top: 4rem; + right: -10rem; + width: 200vw; + } + section.right{ + grid-column: 1; + } +}