We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da10cb4 + 58c84b3 commit d1ce759Copy full SHA for d1ce759
src/pages/webring/join.md
@@ -35,13 +35,13 @@ so people know you're part of the webring.
35
<Tabs>
36
<TabItem value="html" label="HTML" default>
37
```html
38
- <div style="display: flex, gap: 0.25rem, justify-content: center">
+ <div style="display: flex; gap: 0.25rem; justify-content: center">
39
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/prev">⬅️</a>
40
<a href="https://graphics-programming.org/webring/">
41
<img
42
src="https://graphics-programming.org/img/froge.webp"
43
alt="a friendly froge"
44
- style="object-fit: contain, width: 1.5em, height: 1.5em"
+ style="object-fit: contain; width: 1.5em; height: 1.5em"
45
/>
46
</a>
47
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/next">➡️</a>
0 commit comments