소스 검색

Update index.css

修改了项目首页,项目名称过长的时项目名称不居中,显示位置偏左的问题。
chineek 8 년 전
부모
커밋
3092e623b0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Public/css/item/index.css

+ 2 - 2
Public/css/item/index.css

@@ -12,7 +12,7 @@ body {
   margin: 30px 0;
 }
 .my-item{
-  margin: 40px;
+  margin: 40px 10px;
 }
 
 .container-thumbnails{
@@ -48,4 +48,4 @@ margin-top: 60px;
   margin-right:5px;
   margin-top:5px;
   display: none;
-}
+}