OSDN Git Service

[Fix] #40981 Webの不要な横スクロール.
authordeskull <deskull@users.sourceforge.jp>
Thu, 26 Nov 2020 23:23:29 +0000 (08:23 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 26 Nov 2020 23:23:29 +0000 (08:23 +0900)
src/hengband.css
src/web_update.adoc

index 5199675..6db2e2a 100644 (file)
@@ -1,4 +1,4 @@
-\r
+*, *:after, *:before { box-sizing: border-box; }\r
 a:link                 { color: #E09990;}\r
 a:visited      { color: #C09990;}\r
 a:active       { color: #F0DDDD;}\r
@@ -37,21 +37,21 @@ body {
 /* ヘッダ/フッタ ////////////////////////////////////////////////// */\r
 \r
 header{\r
-       width: 100%;\r
        background-color : #000000;\r
        display: flex;\r
        flex-direction: column;\r
+       width: 100%;\r
 }\r
 \r
 footer\r
 {\r
-       width: 100%;\r
        background-color: #000000;\r
-       padding: 10px 10px;\r
+       padding: 1rem 1rem;\r
 \r
        display: flex;\r
        flex-direction: row;\r
        justify-content: space-around;\r
+       width: 100%;\r
 }\r
 \r
 footer > section\r
@@ -120,7 +120,6 @@ img.tama1
 \r
 section#mainMenu\r
 {\r
-       width: 100vw;\r
        margin-right : auto;\r
        margin-left  : auto;\r
        background-color: #000000;\r
index 98983ad..16a12c6 100644 (file)
@@ -4,7 +4,7 @@
 == WEB更新履歴\r
 \r
 * 2020/11/16\r
-** é\96\8bç\99ºã\81®ã\83¡ã\82¤ã\83³ã\83\9aã\83¼ã\82¸ã\81«「開発に貢献したい方へ」を改訂。\r
+** é\96\8bç\99ºã\81®ã\83¡ã\82¤ã\83³ã\83\9aã\83¼ã\82¸ã\81®「開発に貢献したい方へ」を改訂。\r
 * 2020/11/15\r
 ** 開発のメインページに「開発に貢献したい方へ」を追加。\r
 * 2020/11/10\r