Skip to content

Commit f6e96f7

Browse files
authored
Fix spacing between elements in the Agency header on mobile devices. (#364)
1 parent 314d47d commit f6e96f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/Components/AgencyData/CensusData.styled.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const CensusDemographicsMobile = styled.details`
4242
4343
@media (${phoneOnly}) {
4444
display: block;
45+
margin-bottom: 10px;
4546
}
4647
`;
4748

0 commit comments

Comments
 (0)