Commit b18819ba by Lee Munkyeong

画面の最大幅が固定値になっていたこと削除。

parent 8a8590e8
......@@ -332,7 +332,6 @@ input[name="tab_item"] {
color: #fff;
border: none;
font-size: 18px;
max-width: 1280px;
}
.select_member {
font-size: 14px;
......
......@@ -2,7 +2,6 @@
/**************************** footer *************************/
footer {
max-width: 1280px;
background: #F9F9F9;
margin-top: 20px;
border-top: 1px solid #CCCCCC;
......
@charset "UTF-8";
/**************************** header *************************/
#collabo_header {
max-width: 1280px;
height: 60px;
position: fixed;
top: 0;
......@@ -166,7 +165,6 @@
height: 100vh;
z-index: 5;
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
......@@ -202,7 +200,6 @@
background: white;
height: 70%;
width: 80%;
max-width: 1280px;
}
#add_user_list .user_list li {
list-style: none;
......@@ -340,7 +337,6 @@
/**************************** footer *************************/
#collabo_footer {
max-width: 1280px;
background: #1d1d1d;
height: 120px;
margin-top: 20px;
......@@ -368,7 +364,6 @@
/**************************** footer-menu *************************/
#collabo_footer_menu {
transition: 0.7s;
max-width: 1280px;
height: 70px;
position: fixed;
width: 100%;
......@@ -785,7 +780,6 @@ input[name="tab_item"] {
color: #fff;
border: none;
font-size: 18px;
max-width: 1280px;
}
.modal-content .select_member {
font-size: 14px;
......@@ -877,7 +871,6 @@ input[name="tab_item"] {
color: #fff;
border: none;
font-size: 18px;
max-width: 1280px;
}
.pip_indicator {
......
......@@ -2,7 +2,6 @@
@import url(./notosansjp.css);
body {
max-width: 1280px;
font-family: "Noto Sans JP", sans-serif;
margin: 0 auto;
color: #323743;
......@@ -20,7 +19,6 @@ a:link {
}
/**************************** nav *************************/
nav {
max-width: 1280px;
height: 60px;
position: fixed;
top: 0;
......
......@@ -2,7 +2,6 @@
/**************************** footer *************************/
footer {
max-width: 1280px;
background: #f9f9f9;
height: 70px;
margin-top: 20px;
......
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