From 44cdc5323c5e5ea147552aeee1de646bee4303be Mon Sep 17 00:00:00 2001 From: bt Date: Tue, 12 Dec 2023 10:34:20 -0500 Subject: --- posts/css-slope-graphs.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'posts') 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 { -- cgit v1.2.3-54-g00ecf