File tree 1 file changed +17
-14
lines changed
docs/source/getting-started
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:
46
46
47
47
<style >
48
48
.card-logo-image {
49
+ display : flex ;
50
+ justify-content : center ;
51
+ align-content : center ;
49
52
padding : 10px ;
50
- width : 50% ;
51
- left : 25% ;
52
53
background-color : var (--color-background-primary );
53
54
border : 2px solid var (--color-background-border );
54
55
}
55
56
</style >
56
57
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
61
59
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
66
64
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
71
74
72
75
73
76
Installing for Development
You can’t perform that action at this time.
0 commit comments