diff --git a/ui/src/components/data-coverage/Container/Container.module.scss b/ui/src/components/data-coverage/Container/Container.module.scss index 16e6cd79..5ee4aa99 100644 --- a/ui/src/components/data-coverage/Container/Container.module.scss +++ b/ui/src/components/data-coverage/Container/Container.module.scss @@ -1,6 +1,22 @@ .root{ width: 100%; - padding-left: 64px; - padding-right: 64px; + padding-left: 16px; + padding-right: 16px; + display: flex; } +@media screen and (min-width: 600px) { + .root{ + width: 100%; + padding-left: 64px; + padding-right: 64px; + } +} + +@media screen and (min-width: 905px) { + .root{ + width: 100%; + padding-left: 64px; + padding-right: 64px; + } +} diff --git a/ui/src/components/data-coverage/DataCoveragPage.tsx b/ui/src/components/data-coverage/DataCoveragPage.tsx index e49038ec..2c20c1c7 100644 --- a/ui/src/components/data-coverage/DataCoveragPage.tsx +++ b/ui/src/components/data-coverage/DataCoveragPage.tsx @@ -154,8 +154,10 @@ const DataCoveragePage:FC = ({ }}>
-

Welcome to the

-

Data Visualization Dashboard

+
+

Welcome to the

+

Data Visualization Dashboard

+

This is where to find emissions and pledges data we have on Open Climate and the data we still need. @@ -248,7 +250,7 @@ const DataCoveragePage:FC = ({

Percentage of Actors with Emissions and Pledges Data

- + = ({ > - + ( + + {props.payload.value} % + )} stroke='eeffee'/> }/>