Mobile: SVG-Grafik, auf kleinen Screens sichtbar
- programmer-graphic.tsx: programmierer-vector.svg statt PNG (336 KB statt 1,6 MB) - hero.tsx: hidden lg:block entfernt, Grafik jetzt auch auf Mobile sichtbar - Mobile-Größe: max-w-xs/sm, Desktop: max-w-md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cf095bd749
commit
28451452a2
2 changed files with 4 additions and 4 deletions
|
|
@ -83,7 +83,7 @@ export function Hero() {
|
|||
initial={{ opacity: 0, scale: 0.95 }}
|
||||
animate={{ opacity: 1, scale: 1 }}
|
||||
transition={{ duration: 0.8, delay: 0.3 }}
|
||||
className="lg:col-span-5 hidden lg:block"
|
||||
className="lg:col-span-5"
|
||||
>
|
||||
<ProgrammerGraphic />
|
||||
</motion.div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue