1 2 3 4 5 6 7 8 9
main { font-size: 24px; } @media screen and (max-width: 768px) { main { font-size: 18px; } }