© 2023 Sensory Technologies
Contact Information
/* Default font size */ body { font-size: 16px; } /* Override font size for smaller screens */ @media (max-width: 600px) { body { font-size: 14px; } } /* Override font size for larger screens */ @media (min-width: 1200px) { body { font-size: 18px; } }