Commit aa997cd0 by 藤川諒

QA対応:タブレット表示時のフッターメニュー幅を調整

parent 9fdd2c5a
...@@ -562,7 +562,7 @@ ...@@ -562,7 +562,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: contain; background-size: contain;
width: 30px; width: 50px;
height: 30px; height: 30px;
margin: 0 10px 6px 10px; margin: 0 10px 6px 10px;
} }
...@@ -740,6 +740,7 @@ ...@@ -740,6 +740,7 @@
} }
#collabo_footer .txt { #collabo_footer .txt {
font-size: 12px; font-size: 12px;
line-height: .9rem;
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
...@@ -986,4 +987,8 @@ input[name="tab_item"] { ...@@ -986,4 +987,8 @@ input[name="tab_item"] {
.room_left { .room_left {
max-width: 75%; max-width: 75%;
} }
/* フッターアイコン */
.t-icon {
width: 30px;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment