Last active
July 31, 2017 03:59
-
-
Save pushpan999/df7920faea2fe5178847960532402a0b to your computer and use it in GitHub Desktop.
Revisions
-
pushpan999 revised this gist
Jul 31, 2017 . No changes.There are no files selected for viewing
-
pushpan999 revised this gist
Jul 31, 2017 . 1 changed file with 6 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,10 +5,10 @@ .karc-cp-container .left-area > article > a { flex-basis: 30%; padding: 1rem; background: #eee; border: 1px solid #d0d0d0; min-height: 14rem; } .karc-cp-container .left-area > article > h2 { @@ -39,9 +39,8 @@ .karc-cp-container .left-area > article > .post_meta_wrapper > a { padding: 1rem; background: #eee; border: 1px solid #d0d0d0; order: 0; } .karc-cp-container .left-area > article ul { -
pushpan999 revised this gist
Jul 31, 2017 . No changes.There are no files selected for viewing
-
pushpan999 revised this gist
Jul 31, 2017 . No changes.There are no files selected for viewing
-
pushpan999 revised this gist
Jul 31, 2017 . No changes.There are no files selected for viewing
-
pushpan999 revised this gist
Jul 31, 2017 . No changes.There are no files selected for viewing
-
pushpan999 created this gist
Jul 31, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,53 @@ .karc-cp-container .left-area > article { display: flex; padding: 2%; } .karc-cp-container .left-area > article > a { flex-basis: 30%; padding: 1rem; background: #eee; border: 1px solid #d0d0d0; min-height: 14rem; } .karc-cp-container .left-area > article > h2 { padding-left: 1rem; } .karc-cp-container .left-area > article a { color: #3a79f5; } .karc-cp-container .left-area > article a:hover { color: #215acc; } .karc-cp-container .left-area > article > .post_meta_wrapper { display: flex; flex-direction: column; } .karc-cp-container .left-area > article > .post_meta_wrapper > h1 { order:1; margin-bottom: 0.5em; padding-top: 0.5em; } .karc-cp-container .left-area > article > .post_meta_wrapper > a { padding: 1rem; background: #eee; border: 1px solid #d0d0d0; order: 0; } .karc-cp-container .left-area > article ul { list-style: none; } .karc-cp-container .left-area > article ul li { padding-bottom: 0.5em; }