Skip to content

Commit

Permalink
small design improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Aug 28, 2024
1 parent 2f763b7 commit d9bb8c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GeographicMapChart/GeographicMapChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const GeographicMapChart = ({
case 'French Levant':
projectionConfig = {
...projectionConfig,
scale: width > 950 ? 5800 : 3800,
scale: width > 800 ? 5800 : 3800,
// centerX: 15,
// centerY: 40,
centerX: 6,
Expand Down
5 changes: 5 additions & 0 deletions src/components/VisualizationFocus/VisualizationFocus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
.details-contents {
margin-top: $medium-gutter * 5;
pointer-events: all;
@include tablet {
.details-contents-section {
width: 100%;
}
}
}
}
.visualization-wrapper {
Expand Down

0 comments on commit d9bb8c8

Please sign in to comment.