Skip to content

Commit

Permalink
margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ia7ck committed Mar 12, 2024
1 parent 6529baa commit 71164cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/abc323_f/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default function ABC323_F() {
>
ABC323 F - Push and Carry
</a>
<div className="grid place-items-center">
<div className="grid place-items-center mt-4">
<button
type="button"
className="rounded-md bg-white px-2.5 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50"
Expand Down Expand Up @@ -217,7 +217,7 @@ export default function ABC323_F() {
<span>{minActions}</span>
</p>
</div>
<div className="mt-2">
<div className="mt-4">
<button
type="button"
className="inline-flex items-center gap-x-1.5 rounded-md bg-indigo-600 px-2.5 py-1.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600 disabled:bg-gray-300"
Expand Down

0 comments on commit 71164cb

Please sign in to comment.