• R/O
  • HTTP
  • SSH
  • HTTPS

web: Commit

公開webページ管理


Commit MetaInfo

Revisão8082381798950cd7d26bde8a52322af89d7c1295 (tree)
Hora2020-11-27 08:23:29
Autordeskull <deskull@user...>
Commiterdeskull

Mensagem de Log

[Fix] #40981 Webの不要な横スクロール.

Mudança Sumário

Diff

--- a/src/hengband.css
+++ b/src/hengband.css
@@ -1,4 +1,4 @@
1-
1+*, *:after, *:before { box-sizing: border-box; }
22 a:link { color: #E09990;}
33 a:visited { color: #C09990;}
44 a:active { color: #F0DDDD;}
@@ -37,21 +37,21 @@ body {
3737 /* ヘッダ/フッタ ////////////////////////////////////////////////// */
3838
3939 header{
40- width: 100%;
4140 background-color : #000000;
4241 display: flex;
4342 flex-direction: column;
43+ width: 100%;
4444 }
4545
4646 footer
4747 {
48- width: 100%;
4948 background-color: #000000;
50- padding: 10px 10px;
49+ padding: 1rem 1rem;
5150
5251 display: flex;
5352 flex-direction: row;
5453 justify-content: space-around;
54+ width: 100%;
5555 }
5656
5757 footer > section
@@ -120,7 +120,6 @@ img.tama1
120120
121121 section#mainMenu
122122 {
123- width: 100vw;
124123 margin-right : auto;
125124 margin-left : auto;
126125 background-color: #000000;
--- a/src/web_update.adoc
+++ b/src/web_update.adoc
@@ -4,7 +4,7 @@
44 == WEB更新履歴
55
66 * 2020/11/16
7-** 開発のメインページに「開発に貢献したい方へ」を改訂。
7+** 開発のメインページの「開発に貢献したい方へ」を改訂。
88 * 2020/11/15
99 ** 開発のメインページに「開発に貢献したい方へ」を追加。
1010 * 2020/11/10
Show on old repository browser