diff --git a/src/__tests__/CompareResults/__snapshots__/ResultsTable.test.tsx.snap b/src/__tests__/CompareResults/__snapshots__/ResultsTable.test.tsx.snap index 76791d86e..045253c30 100644 --- a/src/__tests__/CompareResults/__snapshots__/ResultsTable.test.tsx.snap +++ b/src/__tests__/CompareResults/__snapshots__/ResultsTable.test.tsx.snap @@ -8,7 +8,7 @@ exports[`Results Table Should match snapshot 1`] = ` data-testid="beta-version-compare-results" >
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+

+ PerfCompare +

-
-

- PerfCompare -

-
+ {!isHome && ( + + {strings.title} + + )} - - - {strings.title} - - {isHome ? ( - <> - - {strings.tagline} - - - - ) : null} - + {isHome && ( + + + {strings.title} + + + {strings.tagline} + + + + )} ); } diff --git a/src/styles/Header.ts b/src/styles/Header.ts index 37b58e236..3fbc85645 100644 --- a/src/styles/Header.ts +++ b/src/styles/Header.ts @@ -15,7 +15,7 @@ export const HeaderStyles = (mode: string, isHome: boolean) => { container: { padding: 0, width: '100%', - minHeight: isHome ? '357px' : '130px', + minHeight: isHome ? '357px' : 'auto', backgroundColor: isTrueLight ? lightBg : darkBg, backgroundImage: `url(${headerImage.toString()})`, backgroundPosition: 'center', diff --git a/src/styles/SearchContainerStyles.ts b/src/styles/SearchContainerStyles.ts index a7279f9b8..7f911b426 100644 --- a/src/styles/SearchContainerStyles.ts +++ b/src/styles/SearchContainerStyles.ts @@ -10,7 +10,7 @@ export const SearchContainerStyles = (isHome: boolean) => { maxWidth: '973px', marginTop: isHome ? `${Spacing.layoutLarge + 20}px` : '0px', margin: '0 auto', - marginBottom: isHome ? '0px' : `${Spacing.layoutXLarge + 4}px`, + marginBottom: isHome ? '0px' : `${Spacing.xxLarge}px`, display: 'flex', justifyContent: 'center', flexDirection: 'column',