Skip to content

Commit

Permalink
Update Heading.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Dec 13, 2024
1 parent 8c11342 commit a61db8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/(landing)/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Heading() {
<section id="heading" className="text-white text-center h-screen relative flex flex-col items-center justify-center p-5 pb-[20vh]">
<div className={`mb-2 relative flex flex-col items-center md:block ${overpass.className}`}>
<span className="pt-2 text-6xl md:text-9xl tracking-wider text-center">
<img className="mb-2 w-auto max-w-full" src="/gunnhacks11-dark.png" width="600" alt="GunnHacks 11.0 Logo" draggable="false" />
<img className="mb-2 w-auto max-w-full force-width" src="/gunnhacks11-dark.png" alt="GunnHacks 11.0 Logo" draggable="false" />
</span>
{/*<span className="pt-2 text-6xl md:text-9xl tracking-wider">GunnHa<span className="invisible">XI</span></span>
<img className="absolute w-32 md:w-64 left-[15rem] top-[-1.6rem] md:left-[calc(26rem)] md:top-[-2.9rem]" src="/X.svg" alt="X Logo" />*/}
Expand Down Expand Up @@ -90,6 +90,10 @@ export default function Heading() {
</div>

<style jsx>{`
.force-width {
width: 600px !important;
}
@keyframes wiggle {
0% {
transform: translateX(0);
Expand Down

1 comment on commit a61db8b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-i6mha0ru7-daniel-kous-projects.vercel.app

Built with commit a61db8b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.