浏览代码

頁面優化

jeter20131220 3 年之前
父节点
当前提交
1cf02bc1d2
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      style.css
  2. 0 0
      style.css.map
  3. 2 0
      style.scss

+ 1 - 0
style.css

@@ -621,6 +621,7 @@ body .learn-more:hover {
 }
 
 #sec-works #sec-work-box .work-box .card {
+  height: 780px;
   text-align: center;
   display: inline-block !important;
   -webkit-transition: 0.3s;

文件差异内容过多而无法显示
+ 0 - 0
style.css.map


+ 2 - 0
style.scss

@@ -487,6 +487,8 @@ body {
     #sec-work-box {
         .work-box {
             .card {
+             
+                height: 780px;
                 text-align: center;
                 display: inline-block !important;
                 transition: 0.3s;

部分文件因为文件数量过多而无法显示