-
Notifications
You must be signed in to change notification settings - Fork 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
Newest projects page #566
Newest projects page #566
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
export const Title = ({ children }) => ( | ||
<div className="hi"> | ||
{children} | ||
<style jsx>{``}</style> |
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.
did you need this styling? :)
margin-top: 1.5em; | ||
margin: 0; | ||
padding: 0; | ||
border: none; | ||
} | ||
|
||
.content li + li { |
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.
If you don't need the margin between the list elements anymore you could remove this bit of css ;)
@@ -43,28 +62,41 @@ export default ({ problem, solution }) => { | |||
|
|||
return ( | |||
<> | |||
<Text size="normal" weight={700}> | |||
<Text size="normal" color="#561dee" weight={700}> |
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.
Is there a colour variable you could use here?
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.
I think because this prop was defined as a string I can't use a variable. I think after the site is live I will go back and replace all colours with variables @rosejbon
maxCharacter="45ch" | ||
> | ||
{' '} | ||
{/* <b>Funded by:</b> {fund} */} |
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.
Is this the copy you mentioned you were waiting for?
Project page resembles designs: #516
This page is still awaiting some copy expected by next Monday.