We now add the media query around the class. In this case, for devices with a max screen size of 640px. <style> @media screen and (max-device-width:640px) ...
確定! 回上一頁