diff --git a/homepage/src/components/LanguageSwitcher.astro b/homepage/src/components/LanguageSwitcher.astro index 4e4ed920f..87e34a541 100644 --- a/homepage/src/components/LanguageSwitcher.astro +++ b/homepage/src/components/LanguageSwitcher.astro @@ -6,9 +6,9 @@ const { pathname } = canonicalUrl ---
-

+

-

+

-

+

-

+

\ No newline at end of file diff --git a/homepage/src/components/SurveyEdition.astro b/homepage/src/components/SurveyEdition.astro index fadf44ef2..6fecec4b4 100644 --- a/homepage/src/components/SurveyEdition.astro +++ b/homepage/src/components/SurveyEdition.astro @@ -24,16 +24,15 @@ if (isOpen) {
+ { - marker && ( -

+ marker ? ( +

-

- ) + {year} + ) :

{year}

} -

{year}

- @@ -81,7 +80,9 @@ if (isOpen) { overflow: hidden; margin-bottom: var(--quarterspacing); } - + .survey-edition-title { + font-size: var(--medium-font); + } .survey-edition-status, .survey-edition-year { position: absolute; @@ -100,6 +101,7 @@ if (isOpen) { .survey-edition-year { right: 0; + font-size: var(--medium-font); } .image-wrapper { diff --git a/homepage/src/components/T.tsx b/homepage/src/components/T.tsx index cc72cfaa0..12f8a473d 100644 --- a/homepage/src/components/T.tsx +++ b/homepage/src/components/T.tsx @@ -68,7 +68,7 @@ export default function T({ props.className = classNames.join(' ') return md ? ( -
+

) : html ? ( ) : ( diff --git a/homepage/src/layouts/DefaultLayout.astro b/homepage/src/layouts/DefaultLayout.astro index a05f35eb4..9fadbcd74 100644 --- a/homepage/src/layouts/DefaultLayout.astro +++ b/homepage/src/layouts/DefaultLayout.astro @@ -48,9 +48,9 @@ const variables = `

-
+
-
+ {survey.partners && }
diff --git a/homepage/src/stylesheets/_newsletter.scss b/homepage/src/stylesheets/_newsletter.scss index 47d5d91ac..f027a20b0 100644 --- a/homepage/src/stylesheets/_newsletter.scss +++ b/homepage/src/stylesheets/_newsletter.scss @@ -10,6 +10,7 @@ .newsletter-heading { margin-bottom: var(--halfspacing); + font-size: 1.17em; } .newsletter-details {