修正
This commit is contained in:
@@ -10,7 +10,6 @@ html {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
|
||||
/* ── body 余白を縮小 ── */
|
||||
body {
|
||||
padding: 12px !important;
|
||||
@@ -18,8 +17,12 @@ html {
|
||||
}
|
||||
|
||||
/* ── h1・h2 フォントサイズ ── */
|
||||
h1 { font-size: 1.35rem !important; }
|
||||
h2 { font-size: 1.1rem !important; }
|
||||
h1 {
|
||||
font-size: 1.35rem !important;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
|
||||
/* ================================================================
|
||||
テーブル: 横スクロール
|
||||
@@ -320,5 +323,4 @@ html {
|
||||
width: 100% !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user