浏览代码

flat links init

alexlcdee 8 年之前
父节点
当前提交
2d13a9af07
共有 2 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map

+ 6 - 3
src/files/css/main.css

@@ -10115,7 +10115,12 @@ footer .copyright .logo {
 .whiteblack:hover a {
   text-decoration: underline; }
 
-.flat-links__con
+.flat-links__container {
+  padding-left: 15px;
+  display: flex;
+  flex-direction: row;
+  flex-wrap: wrap;
+  align-content: space-between; }
 .flat-links__item {
   height: 90px;
   margin-bottom: 10px;
@@ -10125,11 +10130,9 @@ footer .copyright .logo {
   flex-direction: row;
   align-content: space-between;
   vertical-align: middle; }
-  .flat-links__con
   .flat-links__item:hover {
     text-decoration: none;
     background: #004d7b; }
-  .flat-links__con
   .flat-links__item-description {
     color: #fff;
     font-weight: 700;

文件差异内容过多而无法显示
+ 0 - 0
src/files/css/main.css.map


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