File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed
docs/source/getting-started Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -46,28 +46,31 @@ run IDOM in the supported frameworks, follow the links below:
4646
4747 <style >
4848 .card-logo-image {
49+ display : flex ;
50+ justify-content : center ;
51+ align-content : center ;
4952 padding : 10px ;
50- width : 50% ;
51- left : 25% ;
5253 background-color : var (--color-background-primary );
5354 border : 2px solid var (--color-background-border );
5455 }
5556 </style >
5657
57- .. card ::
58- :link: https://github.com/idom-team/django-idom
59- :img-background: _static/logo-django.svg
60- :class-card: card-logo-image
58+ .. grid :: 3
6159
62- .. card ::
63- :link: https://github.com/idom-team/idom-jupyter
64- :img-background: _static/logo-jupyter .svg
65- :class-card: card-logo-image
60+ .. grid-item- card ::
61+ :link: https://github.com/idom-team/django-idom
62+ :img-background: _static/logo-django .svg
63+ :class-card: card-logo-image
6664
67- .. card ::
68- :link: https://github.com/idom-team/idom-dash
69- :img-background: _static/logo-plotly.svg
70- :class-card: card-logo-image
65+ .. grid-item-card ::
66+ :link: https://github.com/idom-team/idom-jupyter
67+ :img-background: _static/logo-jupyter.svg
68+ :class-card: card-logo-image
69+
70+ .. grid-item-card ::
71+ :link: https://github.com/idom-team/idom-dash
72+ :img-background: _static/logo-plotly.svg
73+ :class-card: card-logo-image
7174
7275
7376Installing for Development
You can’t perform that action at this time.
0 commit comments