Increased the image size on the Snowflake landing page for Mobile Devices
issue.
The image giving Snowflake Schematic and showing the selection of Snowflake in 'Select a Built-In Bridges Prompt' are displayed with very small size on Android and IOS devices making it harder to see and understand. This Merge request is for solving thisSteps to reproduce:
- Visit Snowflake Landing Page on Android or IOS device.
- Notice the Image Size of Snowflake Schematic Diagram Image.
- Scroll down to 'Use Snowflake to bypass censorship' section and notice the size of image displaying 'Select a Built-In Bridges Prompt'.
Possible fixes:
Change the padding of images with class .diagram and .screenshot
from
.diagram, .screenshot { padding: 2.6rem 5.2rem; }
to
.diagram, .screenshot { padding: 1rem 1rem; }
for the devices with viewport width less than 425px (i.e, for mobile devices).
Edited by devilkiller-ag