-
Notifications
You must be signed in to change notification settings - Fork 5
Add hover for text-gradient + move link to About to Sidebar #5
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
I think ill keep the about btn on the start page for now. added the text gradient hover to main |
|
Sure, I just pushed some more changes on top of this, mainly removing the scrollbar and adding the Ask a question to top of Sessions (and hiding it), should I create a new PR? |
| <body className={ibm.className}> | ||
| <Suspense fallback={<div></div>}> | ||
| <div className="flex h-svh"> | ||
| <div className="flex h-[calc(100vh-8px)]"> |
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.
Why 100vh-8px?

No description provided.