Skip to content

Commit 6cdee37

Browse files
Update about.md
1 parent 0ad81ec commit 6cdee37

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

docs/about.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,21 @@ Following the discontinuation of Fantasy Flight Games' Android: Netrunner in 201
2727
<div class="nav-buttons">
2828
<!-- Previous Button -->
2929
<a href="/previous-page-url" class="nav-button" aria-label="Previous page">
30-
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
31-
<path d="M30 20L20 30L30 40" />
32-
</svg>
33-
<span class="nav-text">Previous</span>
30+
<div class="nav-item">
31+
<span class="nav-text">Previous</span>
32+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
33+
<path d="M30 20L20 30L30 40" />
34+
</svg>
35+
</div>
3436
</a>
3537

3638
<!-- Next Button -->
3739
<a href="/next-page-url" class="nav-button" aria-label="Next page">
38-
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
39-
<path d="M20 20L30 30L20 40" />
40-
</svg>
41-
<span class="nav-text">Next</span>
40+
<div class="nav-item">
41+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
42+
<path d="M20 20L30 30L20 40" />
43+
</svg>
44+
<span class="nav-text">Next</span>
45+
</div>
4246
</a>
4347
</div>
44-

0 commit comments

Comments
 (0)