File tree Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 3131.home .features
3232 align-items center !important
3333 padding 2.5rem 0 !important
34- margin 0 0 2.5 rem !important
34+ margin 0 !important
3535 border-bottom 1px solid #e e e
3636
3737.home .charts
6161.home .chart :focus a
6262 transform translateY (- 8px ) scale (1.05 )
6363
64+ .home .contributors
65+ display flex
66+ justify-content space-evenly
67+ padding 3rem 0
68+ border-bottom 1px solid #e e e
69+
70+ .home .contributor img
71+ width 150px
72+ height 150px
73+ border-radius 50%
74+
75+ .home .contributor div
76+ line-height 2
77+
78+ .home .contributor div :nth-of-type (1 )
79+ font-weight 700
80+
6481.nav-links .repo-link
6582.sidebar .nav-links .repo-link
6683 display none !important
Original file line number Diff line number Diff line change @@ -214,6 +214,22 @@ The [source code is available on GitHub](https://github.com/ChartsCSS/charts.css
214214
215215</div >
216216
217+ <div class =" contributors " >
218+
219+ <div class =" contributor " >
220+ <img src="/assets/img/rami.jpg" title="Rami Yushuvaev">
221+ <div>Rami Yushuvaev</div>
222+ <div>Developer</div>
223+ </div >
224+
225+ <div class =" contributor " >
226+ <img src="/assets/img/lana.jpg" title="Lana Gordiievska">
227+ <div>Lana Gordiievski</div>
228+ <div>Designer</div>
229+ </div >
230+
231+ </div >
232+
217233** Charts.css** is an open source framework licensed under the <a href =" https://opensource.org/licenses/MIT " target =" _blank " rel =" noopener noreferrer " >MIT license</a >.
218234
219235<br >
You can’t perform that action at this time.
0 commit comments