Remove medical cannabis petition campaign files

Update metadata title for better context
This commit is contained in:
Ruben 2026-01-17 13:03:42 +01:00
parent f0320cd870
commit 4e488ee403
10 changed files with 15 additions and 75 deletions

View file

@ -1,5 +1,13 @@
/* PETITION */
article > h4 + h1 {margin-top:0}
article > h4 {
font-family: var(--font-body);
text-transform: uppercase;
font-weight: 600;
color: oklch(from var(--color-grey) l c h / calc(l + 0.35));
}
/* Button */
.button--petition {
background-color: var(--color-green);
@ -10,16 +18,15 @@
/* CTA block */
.cta-block {
margin-top: 1.5rem;
display: inline-flex;
flex-direction: column-reverse;
align-items: center;
gap: .25rem
margin-top: 0rem;
> div {display: inline-block}
}
.cta-block__counter {
margin: 0;
margin-top: .8rem;
font-size: 1rem;
color: oklch(0.45 0.06 173.93)
color: oklch(0.45 0.06 173.93);
display: block;
text-align: center;
}
.cta-block__count {
font-weight: 700;