Skip to content

Commit

Permalink
feat: homePage
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoNet0 committed Jul 16, 2024
1 parent 7161a83 commit 804fbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DeadComponent/DeadComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const DeadComponent = ({title, hours}: DeadComponentProps) => {

return (
<div className="flex flex-col items-center justify-center mt-8">
<div className="bg-[#261537] w-[420px] sm:w-[620px] h-[62px] rounded-[8px] p-4 sm:p-12 flex items-center justify-start">
<div className="bg-[#261537] w-[355px] sm:w-[620px] h-[62px] rounded-[8px] p-4 sm:p-12 flex items-center justify-start">
<div className="text-[#E6D5F7] text-xl sm:text-3xl flex items-center">
<span className="text-[#9888A8] mr-5">{hours}</span>
<p>{title}</p>
Expand Down

0 comments on commit 804fbf8

Please sign in to comment.