Commit aa997cd0 by 藤川諒

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

parent 9fdd2c5a
......@@ -562,7 +562,7 @@
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 30px;
width: 50px;
height: 30px;
margin: 0 10px 6px 10px;
}
......@@ -740,6 +740,7 @@
}
#collabo_footer .txt {
font-size: 12px;
line-height: .9rem;
}
@media screen and (max-width: 768px) {
......@@ -986,4 +987,8 @@ input[name="tab_item"] {
.room_left {
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