mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Responsive title
This commit is contained in:
parent
1b2cc93d68
commit
dff07a6f38
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue