Skip to content

Commit

Permalink
Fix: card style alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
hariscs committed Mar 22, 2024
1 parent 3283377 commit 2de092e
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="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="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:items-center 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 2de092e

Please sign in to comment.