File tree Expand file tree Collapse file tree 1 file changed +79
-0
lines changed
Expand file tree Collapse file tree 1 file changed +79
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
3+
4+ @import " {{ site.theme }}" ;
5+ @import " ../font-awesome/scss/font-awesome" ;
6+
7+ h1 {
8+ margin-bottom : 25px !important ;
9+ }
10+
11+ .page-header a {
12+ display : none ;
13+ }
14+
15+ .intro-text {
16+ background-color : #caefdc ;
17+ padding : 20px ;
18+ font-size : 1.2rem ;
19+ text-align : center ;
20+ }
21+
22+ .repo-group {
23+ width : 100% ;
24+ float : left ;
25+ }
26+
27+ @media only screen and (min-width : 650px ) {
28+ .repo-group {
29+ width : 47% ;
30+ padding-right : 3% ;
31+ }
32+ }
33+
34+ .repo-group h3 {
35+ border-bottom : 1px solid #159957 ;
36+ }
37+
38+ .repo-group p {
39+ margin-bottom : 22px ;
40+ }
41+
42+ .repo-group .repo-box {
43+ margin-bottom : 15px ;
44+ }
45+
46+ .repo-group .repo-header {
47+ background-color : #018372 ;
48+ padding : 5px 8px 5px 8px ;
49+ color : #fff ;
50+ }
51+
52+ .repo-group .repo-header a {
53+ color : #fff ;
54+ }
55+
56+ .repo-group .repo-header-right {
57+ float : right ;
58+ }
59+
60+ .repo-group ul {
61+ font-size : 0.94rem ;
62+ }
63+
64+ .repo-group .repo-description {
65+ border : 1px solid #018372 ;
66+ padding : 5px 8px 5px 8px ;
67+ font-size : 0.9rem ;
68+ min-height : 75px ;
69+ }
70+
71+ .separator {
72+ clear : both ;
73+ height : 35px ;
74+ }
75+
76+ .attribution {
77+ margin-top : 40px ;
78+ font-size : 0.9rem ;
79+ }
You can’t perform that action at this time.
0 commit comments