This commit is contained in:
admin
2026-05-22 23:05:38 +09:00
parent e8690d130b
commit ebc87f96f9
6 changed files with 1783 additions and 1214 deletions

View File

@@ -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;
}
}