Skip to content

Commit 55cc2d0

Browse files
committed
Adjust font size
1 parent b2aff92 commit 55cc2d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/develop/list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ <h1>
4646
</thead>
4747
<tbody>
4848
<tr class="flex flex-col md:table-row">
49-
<td class="align-top p-4 w-full md:w-[40%] text-sm font-mono">
50-
<p><code><a href="/commands/ping">PING</a></code></br>
49+
<td class="align-top p-4 w-full md:w-[40%] text-base font-mono">
50+
<code><a href="/commands/ping">PING</a></code></br>
5151
<code><a href="/commands/hset">HSET</a> user:1 name antirez vocation artist</code></br>
5252
<code><a href="/commands/hgetall">HGETALL</a> user:1</code></br>
5353
<code><a href="/commands/set">SET</a> e 2.71</code></br>
5454
<code><a href="/commands/incrbyfloat">INCRBYFLOAT</a> e 0.43</code></br>
5555
<code><a href="/commands/rename">RENAME</a> e pi</code></br>
56-
<code><a href="/commands/get">GET</a> pi</code></p>
56+
<code><a href="/commands/get">GET</a> pi</code>
5757
</td>
5858
<td class="align-top p-4 w-full md:w-[60%]">
5959
<div class="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 h-60 overflow-y-auto">

0 commit comments

Comments
 (0)