mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Style fix
This commit is contained in:
parent
43cd6c6ab4
commit
a3ef366395
@ -72,7 +72,7 @@ const HeroBanner = () => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<div className={`absolute inset-0 flex flex-col justify-center ${isTabView ? 'items-center text-center' : 'items-start pl-12'}`}>
|
<div className={`absolute inset-0 flex flex-col justify-center ${isTabView ? 'items-center text-center' : 'items-start pl-12'}`}>
|
||||||
<h1 className={`text-4xl sm:text-4xl lg:text-6xl font-bold leading-tight mb-6 ${isTabView ? 'px-4' : ''} max-w-[42%]`}>
|
<h1 className={`text-4xl sm:text-4xl lg:text-6xl font-bold leading-tight mb-6 ${isTabView ? 'px-4' : ''} max-w-[50%]`}>
|
||||||
<span className="block">Learn to code</span>
|
<span className="block">Learn to code</span>
|
||||||
<span className={`block ${getColorClass(currentTech)} transition-opacity duration-500 ${isAnimating ? 'opacity-0' : 'opacity-100'}`}>
|
<span className={`block ${getColorClass(currentTech)} transition-opacity duration-500 ${isAnimating ? 'opacity-0' : 'opacity-100'}`}>
|
||||||
Build {currentTech} apps
|
Build {currentTech} apps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user