Skip to content

Commit d1ce759

Browse files
Merge pull request #60 from teofum/main
fix dum
2 parents da10cb4 + 58c84b3 commit d1ce759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/webring/join.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ so people know you're part of the webring.
3535
<Tabs>
3636
<TabItem value="html" label="HTML" default>
3737
```html
38-
<div style="display: flex, gap: 0.25rem, justify-content: center">
38+
<div style="display: flex; gap: 0.25rem; justify-content: center">
3939
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/prev">⬅️</a>
4040
<a href="https://graphics-programming.org/webring/">
4141
<img
4242
src="https://graphics-programming.org/img/froge.webp"
4343
alt="a friendly froge"
44-
style="object-fit: contain, width: 1.5em, height: 1.5em"
44+
style="object-fit: contain; width: 1.5em; height: 1.5em"
4545
/>
4646
</a>
4747
<a href="https://graphics-programming.org/webring/frogs/[YOUR_WEBRING_NAME]/next">➡️</a>

0 commit comments

Comments
 (0)