About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
RyoSugimoto
4/26/2017 - 5:42 AM
share
Share
add_circle_outline
Save
スマホで、画面の向きに応じてフォントサイズを自動で調整しなくする(「Normalize.css」に記載済)。
スマホで、画面の向きに応じてフォントサイズを自動で調整しなくする(「Normalize.css」に記載済)。
tsa.css
content_copy
file_download
html { -webkit-text-size-adjust: 100%; }
clear