We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e02e7 commit 1846f3aCopy full SHA for 1846f3a
1 file changed
docs/_layouts/default.html
@@ -247,12 +247,15 @@
247
<h1>{{ site.title | default: "null-e" }}</h1>
248
<p>{{ site.description | default: "The friendly disk cleanup robot for developers" }}</p>
249
250
- <pre class="robot-mascot"> .---.
+ <div style="display: flex; align-items: center; gap: 10px;">
251
+ <pre class="robot-mascot"> .---.
252
|o o|
253
| ^ |
254
| === |
255
`-----'
256
/| |\</pre>
257
+ <span style="font-size: 12px; font-weight: 600; color: #555;">null-e</span>
258
+ </div>
259
260
<p>
261
<a href="https://github.com/us/null-e" class="github-button">View on GitHub</a>
0 commit comments