File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Tailwind Labs Job application , Adam Plesník</ title >
6+ < title > Tailwind Labs Job Application , Adam Plesník</ title >
77 </ head >
88 < body >
99 < div id ="root " class =""> </ div >
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import HeaderNavAnchor from '../components/HeaderNavAnchor.tsx'
55const Nav = ( ) => {
66 return (
77 < div
8- className = "range/0%,200px sticky top-0 z-20 flex w-full animate-translate-down items-stretch justify-center border-b border-b-slate-200/50 bg-white/20
9- p-1 shadow-lg backdrop-blur-sm timeline supports-animations:-translate-y-24 md:px-1 supports-animations:md:-translate-y-32 supports-animations:lg:-translate-y-40
10- dark:border-b- slate-600/50 dark:bg-slate-800/60 "
8+ className = "sticky top-0 z-20 flex w-full animate-translate-down items-stretch justify-center border-b border-b-slate-200/50 bg-white/20 p-1 text-zinc-800 shadow-lg
9+ backdrop-blur-sm timeline range/0%,200px supports-animations:-translate-y-24 md:px-1 supports-animations:md:-translate-y-32 supports-animations:lg:-translate-y-40 dark:border-b-slate-600/50
10+ dark:bg- slate-800/60 dark:text-zinc-300 "
1111 >
1212 < div className = "flex w-full max-w-screen-lg items-stretch gap-2 px-8 py-2 md:px-16 lg:px-20" >
1313 < HeaderNavAnchor to = "/#plugin" > Plugin</ HeaderNavAnchor >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const DocsView = () => {
1212 < Paragraph size = "small" className = "opacity-50" >
1313 Tailwind CSS Plugin
1414 </ Paragraph >
15- < div className = "mb-4 hidden gap-4 rounded-lg border border-amber-400 bg-amber-50 p-4 text-sm supports-no-animations:flex dark:border-amber-600 dark:bg-stone-700/30" >
15+ < div className = "mt-12 hidden gap-4 rounded-lg border border-amber-400 bg-amber-50 p-4 text-sm supports-no-animations:flex dark:border-amber-600 dark:bg-stone-700/30" >
1616 < WandSparkles
1717 className = "size-6 shrink-0 text-amber-500 dark:text-amber-600"
1818 strokeWidth = "1"
You can’t perform that action at this time.
0 commit comments