The values of the SummaryMetrics details of the partners pages on mobile, are very close together when the available screen size decreases, so, I adjusted the css styles to improve their appearance on small screens.
Related Issue
resolves #149
Motivation and Context
The intention after applying media queries is to improve the appearance of the values of the SummaryMetrics section.
How Has This Been Tested?
After making the changes I ran yarn dev and confirmed that everything appeared as expected.
Description
The values of the
SummaryMetrics
details of the partners pages on mobile, are very close together when the available screen size decreases, so, I adjusted the css styles to improve their appearance on small screens.Related Issue
resolves #149
Motivation and Context
The intention after applying media queries is to improve the appearance of the values of the SummaryMetrics section.
How Has This Been Tested?
After making the changes I ran
yarn dev
and confirmed that everything appeared as expected.