fix: fix the broken background for the "MERNMail" name in the header in the hero section
This commit is contained in:
parent
d9f91d87af
commit
462897de32
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function Hero() {
|
||||||
<h1 className="font-bold text-5xl md:text-6xl hyphens-auto leading-tight md:leading-tight md:text-start">
|
<h1 className="font-bold text-5xl md:text-6xl hyphens-auto leading-tight md:leading-tight md:text-start">
|
||||||
Revolution­ize your <span className="text-primary">inbox</span>{" "}
|
Revolution­ize your <span className="text-primary">inbox</span>{" "}
|
||||||
with{" "}
|
with{" "}
|
||||||
<span className="relative">
|
<span className="relative whitespace-nowrap">
|
||||||
<span className="absolute top-0 -left-1 -right-1 bottom-0 -rotate-1 bg-primary"></span>
|
<span className="absolute top-0 -left-1 -right-1 bottom-0 -rotate-1 bg-primary"></span>
|
||||||
<span className="relative text-primary-foreground">MERNMail</span>
|
<span className="relative text-primary-foreground">MERNMail</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue