|
|
|
@ -3,5 +3,5 @@ export interface TitleProps {
@@ -3,5 +3,5 @@ export interface TitleProps {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export function Title(props: TitleProps) { |
|
|
|
|
return <h1 className="text-4xl font-bold text-white">{props.children}</h1>; |
|
|
|
|
return <h1 className="text-2xl sm:text-3xl md:text-4xl font-bold text-white">{props.children}</h1>; |
|
|
|
|
} |
|
|
|
|