-
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
Move links for github/videos to bottom of cell #14
Conversation
…ged text color. Changed icon color. Changed logo to HSF logo in the footer.
@@ -79,8 +80,8 @@ code { | |||
|
|||
.tutCard .videos { | |||
position: absolute; | |||
top: 2.5rem; | |||
right: 0.8rem; | |||
bottom: 0.3rem; |
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.
With this specification I wonder: If there's a lot of text in the box, will this end up on top of the text? Can you try this by modifying the data?
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.
left: 0; | ||
} | ||
|
||
.tutCard .videos { |
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.
duplicate?
I think the easy way to do this is what I had started in #5, which also solves all issues related to text wrapping etc. I'm going to close this, it's better to start fresh. Sorry for that! |
Moved the links for Github and Videos at the bottom of each cell.
Closes #2