I've successfully created a dynamic world map using D3.js, but I need some guidance on making it responsive across various screen sizes. You can view the interactive world map here.
Credentials to access the map:
- Username: DXLdemo
- Password: View@098#
I am specifically looking for suggestions on updating the CSS code to ensure optimal responsiveness.
Below are snippets from the CSS files used:
.country:hover {
stroke: #B3B5B3;
stroke-width: 3px;
}
span1 {
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
}
span2 {
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
}
...
... (CSS code continues)
Your assistance in this matter is greatly appreciated.