Skip to content

Commit 74a6e8a

Browse files
authored
center buttons (#291)
1 parent 73aacab commit 74a6e8a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/our_work/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
}
1111
</script>
1212

13-
<button class="hero md-button md-button--primary" onclick="randomSite()" >Take me to a random project :material-puzzle:</button> [Explore our projects by categories & tags :fontawesome-solid-tags:](./tags.md){ .md-button }
13+
<div style="text-align: center;">
14+
<button class="hero md-button md-button--primary" style="display: inline-block; margin: 0 0.5rem;" onclick="randomSite()">Take me to a random project 🧩</button>
15+
<a href="./tags.md" class="md-button" style="display: inline-block; margin: 0 0.5rem;">Explore our projects by categories & tags 🏷️</a>
16+
</div>
1417

1518

1619
<p align="center">

0 commit comments

Comments
 (0)