diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/css-slope-graphs.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/css-slope-graphs.md b/posts/css-slope-graphs.md index 23b9fdd..9ac9fa1 100644 --- a/posts/css-slope-graphs.md +++ b/posts/css-slope-graphs.md @@ -105,6 +105,8 @@ Now we need to design how our slope graph will look on larger screens / desktops 5. Remember that `data-name` variable? We now use that for our `:before` pseudo element for `table tbody tr td:nth-of-type(3)` 6. After that, you can see the simple customization we include to render the angle / position of the slope lines and the corresponding labels +--- + @media(min-width:800px) { table { |