-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update wording on Teach page; fix CSS on Teach and About pages. #2323
Conversation
Current coverage is 48.01% (diff: 100%)@@ develop #2323 diff @@
==========================================
Files 190 190
Lines 15969 15969
Methods 2747 2747
Messages 0 0
Branches 2707 2707
==========================================
Hits 7667 7667
Misses 8302 8302
Partials 0 0
|
margin-right: 20px; | ||
width: calc((100% - 40px) / 3); | ||
width: calc((100% - 60px) / 3); |
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.
Might be best to provide a default width in case there are those with legacy browsers.
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.
Done.
Hi @seanlip, looks great, just a small note. :) |
Done, thanks! PTAL. |
LGTM! thanks! |
* Update wording on Teach page; fix CSS on Teach and About pages. * Add fallback for CSS calc rule.
No description provided.