version 1.0

main
Stephen Kerr 2 years ago
parent e4d7644b00
commit 864f045988

@ -54,7 +54,7 @@
color: var(--pantone1); color: var(--pantone1);
font-size: 12px; font-size: 12px;
font-weight: 700; font-weight: 700;
content: "La pratique de l'enquête ⟶" string(title); content: "La pratique de l'enquête ⟶" string(title);
position: relative; position: relative;
left: -40mm; left: -40mm;
overflow: visible; overflow: visible;
@ -97,7 +97,7 @@ h1{
position: relative; position: relative;
top: -1.75mm; top: -1.75mm;
string-set: title content(text); string-set: title content(text);
padding: 8rem 0; padding: 6rem 0 8rem;
} }
h1 svg{ h1 svg{
position: absolute; position: absolute;
@ -149,3 +149,17 @@ svg{
#image{ #image{
max-width: 100%; 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;
}
}

Loading…
Cancel
Save