Skip to content

Commit fbe5edb

Browse files
committed
go back to old card grid
1 parent 4c5659d commit fbe5edb

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

docs/source/getting-started/installing-idom.rst

+17-14
Original file line numberDiff line numberDiff 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

7376
Installing for Development

0 commit comments

Comments
 (0)