-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worked on Responsiveness #7
base: main
Are you sure you want to change the base?
Conversation
@saatvik-10 is attempting to deploy a commit to the team-encryptedge's projects Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@saatvik-10 Please don't submit pr with punctuation mark changes and secondly, update your code with latest changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix necessary conflicts
app/globals.css
Outdated
|
||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
@font-face { | ||
font-family: "Glitch"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punctuation change not required
app/globals.css
Outdated
|
||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
@font-face { | ||
font-family: "Glitch"; | ||
src: url("/glitch.ttf"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punctuation change not required
app/globals.css
Outdated
} | ||
|
||
@font-face { | ||
font-family: "Minecraft"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punctuation change not required
app/globals.css
Outdated
} | ||
|
||
@font-face { | ||
font-family: "Minecraft"; | ||
src: url("/Minecraft.woff2"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punctuation change not required
app/globals.css
Outdated
} | ||
|
||
@font-face { | ||
font-family: "MinecraftBold"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punctuation change not required
app/globals.css
Outdated
background-size: cover; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
.rcs-back-1 { | ||
background-image: url("/rcs-back1.jpg"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remane jpg to webp
app/globals.css
Outdated
background-size: cover; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
.rcs-back-1 { | ||
background-image: url("/rcs-back1.jpg"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punctuation change not required
app/globals.css
Outdated
background-size: cover; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
.rcs-back-2 { | ||
background-image: url("/rcs-back2.jpg"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
punctuation change not required
app/globals.css
Outdated
background-size: cover; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
.rcs-back-2 { | ||
background-image: url("/rcs-back2.jpg"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remane jpg to webp
@@ -83,7 +83,7 @@ export default function Home() { | |||
<PerksSection /> | |||
<VenueDate /> | |||
<TicketSection /> | |||
{/* <SponsorSection /> */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont uncomment this line
Worked on Responsiveness in different sections