-
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
Closed
Closed
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
7306fde
Brought Github and Videos link to the bottom of the tutCard div. Chan…
richa2710 206c25c
removed unused iconStyleGit from tutcard.js
richa2710 4c1f22f
edited README
richa2710 5cc76ca
Moved the links for github and videos to the bottom
richa2710 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ code { | |
} | ||
.tutCard .tutCardText { | ||
max-width: 60%; | ||
color: #0077cc; | ||
} | ||
|
||
.tutCard .tutCardText p { | ||
|
@@ -60,8 +61,8 @@ code { | |
|
||
.tutCard .additionals { | ||
position: absolute; | ||
top: 0.8rem; | ||
right: 0.8rem; | ||
bottom: 0.3rem; | ||
left: 11.6rem; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: flex-end; | ||
|
@@ -79,8 +80,8 @@ code { | |
|
||
.tutCard .videos { | ||
position: absolute; | ||
top: 2.5rem; | ||
right: 0.8rem; | ||
bottom: 0.3rem; | ||
left: 22rem; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: flex-end; | ||
|
@@ -140,7 +141,15 @@ code { | |
width: 100%; | ||
position: relative; | ||
justify-content: flex-start; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
} | ||
|
||
.tutCard .videos { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. duplicate? |
||
width: 100%; | ||
position: relative; | ||
justify-content: flex-start; | ||
bottom: 10; | ||
left: 0; | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Right! And the size of the box is also fixed. So it doesn't scale with the text