summaryrefslogtreecommitdiff
path: root/posts/css-slope-graphs.md
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-12 10:34:20 -0500
committerIkiWiki <ikiwiki.info>2023-12-12 10:34:20 -0500
commit44cdc5323c5e5ea147552aeee1de646bee4303be (patch)
tree8a1ab5f7b61e1ccacce21740e9b374b047bdc6d8 /posts/css-slope-graphs.md
parente6c639750c759b7031be74ea0708fcb67014d811 (diff)
Diffstat (limited to 'posts/css-slope-graphs.md')
-rw-r--r--posts/css-slope-graphs.md2
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 {