Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

learn V2 #59

Merged
merged 16 commits into from
Nov 1, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
in mobile view, font of table header decreased
  • Loading branch information
M-ZubairAhmed committed Oct 31, 2017
commit 19af29f660fa819d9a00cf11348838a15264604f
18 changes: 9 additions & 9 deletions components/global-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,30 +106,30 @@ export default () => (
position: absolute;
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
width: 30%;
padding-right: 5px;
white-space: normal;
font-size: 12px;
text-align: left;
}

td:nth-of-type(1):before {
text-align: center;
content: 'Concept';
}
td:nth-of-type(1) {
text-align: center;
background: #fafafa;
background: #f4f6fb;
}
td:nth-of-type(2):before {
content: 'Best Video Resource';
content: 'Best video';
}
td:nth-of-type(3):before {
content: 'Best Text Resource';
content: 'Best text';
}
td:nth-of-type(4):before {
content: 'Duration';
}
td:nth-of-type(5):before {
content: 'Prerequisites';
content: 'Prereq';
}
}
`}</style>
Expand Down