ソースを参照

remove min width requirement

David 9 年 前
コミット
ce896ca494
1 ファイル変更0 行追加1 行削除
  1. 0 1
      front/css/style.css

+ 0 - 1
front/css/style.css

@@ -60,7 +60,6 @@ a:focus{ color:white !important; }
 
 .container{
 	width: 60%;
-	min-width:1300px;
 	height: 100%;
 	margin: 0px auto;
 	background-color: #F3F6F9;