Browse Source

flat links init

alexlcdee 8 years ago
parent
commit
2d13a9af07
2 changed files with 6 additions and 3 deletions
  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;

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


Some files were not shown because too many files changed in this diff