Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ body {
.text-hover-effect:hover::before {
top: 0;
}
* {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
}

*::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
9 changes: 5 additions & 4 deletions components/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import "./timeline.css";

const ScheduleCard: React.FC = () => {
return (<>
<div className="bg-darkBackground text-lightText min-h-screen flex items-center justify-center">
<div className="bg-darkBackground text-lightText min-h-screen flex flex-col items-center justify-center px-4 sm:px-6 md:px-8 lg:px-12 text-center">

<div className="bg-animation">
<div id="stars"></div>
<div id="stars2"></div>
Expand All @@ -20,10 +21,10 @@ const ScheduleCard: React.FC = () => {
{/* Title */}

{/* Schedule Grid */}
<div className="grid grid-cols-2 gap-12 relative">
<div className="flex flex-col md:flex-row md:space-x-8 space-y-8 md:space-y-0 container mx-auto p-4">

{/* Left Side */}
<div className="relative">
<div className=" flex-1 relative">


{/* Image for Character 1 */}
Expand Down Expand Up @@ -171,7 +172,7 @@ const ScheduleCard: React.FC = () => {
height={200}
className="absolute top-[900px] left-[200px] transition-transform duration-300 hover:scale-110"
/>
<p className="absolute top-[1000px] left-[425px] text-white font-Orbitron font-bold text-[28px] text-center leading-tight transition-transform duration-300 hover:scale-110 hover:text-pink-light hover:shadow-pink-light">
<p className="absolute top-[1000px] left-[390px] text-white font-Orbitron font-bold text-[28px] text-center leading-tight transition-transform duration-300 hover:scale-110 hover:text-pink-light hover:shadow-pink-light">
2 February<br />
Final Presentation<br />
Round
Expand Down
1 change: 1 addition & 0 deletions components/timeline.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.