Skip to content

Commit

Permalink
Found mkdocs fix for centering images
Browse files Browse the repository at this point in the history
  • Loading branch information
johnzl-777 committed Jun 11, 2024
1 parent 4b749dd commit 66dec3b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/home/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ You can easily visualize your geometries as well with `.show()`:
```python
more_complex_geometry.show()
```
<div align="center">
<picture>
<img src="../assets/quick_start/geometry-visualization.png" style="width: 50%" alt="Geometry Visualization">
</picture>
</div>
<figure markdown="span">
![IPython Hints](../assets/quick_start/geometry-visualization.png){ width="50%" }
</figure>


You can also add positions to a pre-defined geometry:

Expand Down

0 comments on commit 66dec3b

Please sign in to comment.