検索条件
全1件
(1/1ページ)
body, input, textarea {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
を書き加えました。<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0",user-scalable=yes>とビューポート設定をしました。そして、「/manage/temp/style.css」に
@media screen and (max-width: 767px) {
body {
color: #000000;<br>
}
#middle {
margin-top:15px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
text-align:left;
width:100%;
background-color:#effaf0;
border-radius:12px;
line-height: 1.5;
/* border:1px solid #316745; */
}
#content {
padding:3px 0px 0px 0px;
}
#square {
width:100%;
line-height:1.5;
margin:0px 9px 0px 9px;
padding: 0px 0px 0px 9px;
}
}
を書き加えています。スマホの画面では巾を可変(100%)にすることがコツのようです。