Skip to content

Commit ea0d80f

Browse files
committed
fix: remove left padding for current requests header text
1 parent c7c2e92 commit ea0d80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function Home() {
8888
</p>
8989
</div>
9090
<div class="max-w-screen-xl w-full mx-auto mt-0 md:mt-10 h-full flex flex-col xl:flex-row text-white">
91-
<h2 class="py-5 flex flex-row justify-center md:justify-start items-center sm:text-left pl-5 md:pl-10 lg:pr-7 text-xl bg-gray-800 whitespace-nowrap">
91+
<h2 class="py-5 flex flex-row justify-center md:justify-start items-center sm:text-left md:pl-10 lg:pr-7 text-xl bg-gray-800 whitespace-nowrap">
9292
<span>
9393
Current Request
9494
<span class="text-opacity-75">

0 commit comments

Comments
 (0)