Skip to content

Commit 1846f3a

Browse files
committed
feat: add null-e text next to robot mascot
1 parent 60e02e7 commit 1846f3a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,15 @@
247247
<h1>{{ site.title | default: "null-e" }}</h1>
248248
<p>{{ site.description | default: "The friendly disk cleanup robot for developers" }}</p>
249249

250-
<pre class="robot-mascot"> .---.
250+
<div style="display: flex; align-items: center; gap: 10px;">
251+
<pre class="robot-mascot"> .---.
251252
|o o|
252253
| ^ |
253254
| === |
254255
`-----'
255256
/| |\</pre>
257+
<span style="font-size: 12px; font-weight: 600; color: #555;">null-e</span>
258+
</div>
256259

257260
<p>
258261
<a href="https://github.com/us/null-e" class="github-button">View on GitHub</a>

0 commit comments

Comments
 (0)