feat(ui): implement SUPERCOMMAND component and integrate it into the layout; add Projects component for project display

This commit is contained in:
암냥 2025-10-26 22:18:37 +09:00
commit 506a9bef40
No known key found for this signature in database
6 changed files with 151 additions and 4 deletions

View file

@ -25,7 +25,7 @@ export default function TimelineComponent() {
return (
<div
id="timeline"
className="w-full flex flex-col items-center justify-center px-12 mt-8"
className="w-full md:w-1/2 flex flex-col items-center justify-center px-12 mt-8"
>
<div className="w-full">
<h1 className="text-2xl font-bold mb-4 w-full">🌠 </h1>