Skip to content

Commit

Permalink
styling: made all lists the same width
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinaG007 committed Apr 2, 2024
1 parent 36b1dcd commit fbc7acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SingleList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function SingleList({ name, path, setListPath }) {
}

return (
<li className="SingleList border-2 border-sage rounded-lg bg-pale-green my-2 px-3 py-2 text-off-black">
<li className="SingleList border-2 border-sage rounded-lg bg-pale-green my-2 px-3 py-2 text-off-black w-full md:w-1/2">
<button onClick={handleClick}>{name}</button>
</li>
);
Expand Down

0 comments on commit fbc7acf

Please sign in to comment.