mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
logo alignment fix
This commit is contained in:
@@ -14,13 +14,13 @@ const BrandHeading = ({ className, size = "lg" }: Props) => {
|
||||
|
||||
const sizeClass =
|
||||
size === "lg"
|
||||
? "text-4xl md:text-5xl"
|
||||
? "text-4xl md:text-5xl lg:text-6xl"
|
||||
: "text-2xl md:text-3xl"
|
||||
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
"text-center font-black tracking-tight text-[#f7931e] drop-shadow-lg",
|
||||
"text-center font-black tracking-tight text-[#f7931e] drop-shadow-lg leading-tight",
|
||||
sizeClass,
|
||||
className,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user