Skip to content

Commit

Permalink
Improve standpoint bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Sep 30, 2023
1 parent 9de50bc commit cd272cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/app/standpunkter/[id]/party-standpoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ export default function PartyStandpoints({
<Card key={standpoint.url} className="grid gap-5">
<p className="text-2xl">{standpoint.title}</p>
{standpoint.opinions.length > 0 ? (
<ul
className={`${marker[party]} grid list-inside list-disc gap-3`}
>
<ul className={`${marker[party]} ml-4 grid list-disc gap-3`}>
{standpoint.opinions.map((opinion) => (
<li key={opinion}>{opinion}</li>
))}
Expand Down

0 comments on commit cd272cc

Please sign in to comment.