Skip to content

Commit ddcc269

Browse files
committed
docs: tweak readme style again
1 parent 8650150 commit ddcc269

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ is designed as an alternative to
88
Check out the below screencast for a walkthrough of creating a
99
documentation site, or read on for instructions.
1010

11-
<div width="50%">
12-
13-
<div>
14-
15-
[![](https://cdn.loom.com/sessions/thumbnails/fb4eb736848e470b8409ba46b514e2ed-00001.gif)](https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed)
16-
17-
</div>
18-
19-
</div>
11+
<a href="https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed">
12+
<img src="https://cdn.loom.com/sessions/thumbnails/fb4eb736848e470b8409ba46b514e2ed-00001.gif" width="75%">
13+
</a>
2014

2115
<br>
2216

docs/get-started/overview.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ if "BUILDING_README" in os.environ:
2929
# I don't know why, but we need to repeat the Installation header here.
3030
# or quarto makes it disappear when we generate the readme
3131
print("""
32-
<div width="50%">
33-
[![](https://cdn.loom.com/sessions/thumbnails/fb4eb736848e470b8409ba46b514e2ed-00001.gif)](https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed)
34-
</div>
32+
<a href="https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed">
33+
<img src="https://cdn.loom.com/sessions/thumbnails/fb4eb736848e470b8409ba46b514e2ed-00001.gif" width="75%">
34+
</a>
3535
3636
<br>
3737

0 commit comments

Comments
 (0)