Skip to content

Commit

Permalink
Reduce padding bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Aug 4, 2024
1 parent 88cb377 commit 08c2512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodeBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const CodeBox = () => (<>
<div aria-hidden="true" className="select-none border-r border-slate-300/5 pr-4 font-mono text-slate-600">
01<br />02<br />03<br />04<br />05<br />06<br />07<br />08<br />09<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37
</div>
<pre className="flex text-white pb-6" style={{ position: 'relative' }}>
<pre className="flex text-white pb-2" style={{ position: 'relative' }}>
<code className="px-4">
<div className="token-line">
<span className="token comment">// HTML pages and fragments</span>
Expand Down

0 comments on commit 08c2512

Please sign in to comment.