diff --git a/app/scripts/components/analysis/results/analysis-head.tsx b/app/scripts/components/analysis/results/analysis-head.tsx index 19f803269..42dcf25fe 100644 --- a/app/scripts/components/analysis/results/analysis-head.tsx +++ b/app/scripts/components/analysis/results/analysis-head.tsx @@ -13,9 +13,11 @@ import { LegendSwatch, LegendLabel } from '$styles/infographics'; +import { variableGlsp } from '$styles/variable-utils'; const AnalysisFoldHeadActions = styled(FoldHeadActions)` width: 100%; + margin-top: ${variableGlsp(2)}; ${media.mediumUp` width: auto; diff --git a/app/scripts/components/analysis/results/index.tsx b/app/scripts/components/analysis/results/index.tsx index 264215d94..f343646a9 100644 --- a/app/scripts/components/analysis/results/index.tsx +++ b/app/scripts/components/analysis/results/index.tsx @@ -55,11 +55,7 @@ const AnalysisFold = styled(Fold)` `; const AnalysisFoldHeader = styled(FoldHeader)` - flex-flow: row wrap; - - ${media.mediumUp` - flex-flow: row nowrap; - `} + display: block; `; export default function AnalysisResults() { @@ -209,6 +205,13 @@ export default function AnalysisResults() { Results +

+ Please note: The statistics shown here can be biased towards + some regions (usually higher latitudes) due to an inaccuracy in + our methods. Please use the statistics only to get an indication + of tendencies and over smaller regions and contact us for + assistance in making accurate calculations. +