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; + } +}