Skip to content

Commit

Permalink
Fix: card style
Browse files Browse the repository at this point in the history
  • Loading branch information
hariscs committed Mar 22, 2024
1 parent b94cb40 commit 3283377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react'

export function Card() {
return (
<div className="before:bg-primary relative flex flex-col justify-between gap-4 rounded bg-white p-4 font-semibold shadow-lg before:absolute before:left-0 before:top-0 before:z-10 before:h-full before:w-1 md:flex-row md:px-6 md:py-8">
<div className="border-primary relative flex flex-col justify-between gap-4 rounded border-l-4 bg-white p-4 font-semibold shadow-lg md:flex-row md:px-6 md:py-8">
<div className="md:flex md:items-center md:gap-4">
<Image
src="/assets/images/company-logo.svg"
Expand Down

0 comments on commit 3283377

Please sign in to comment.