Skip to content

Commit

Permalink
Fix typo in CSS (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq authored Oct 12, 2023
1 parent 8ca9d90 commit 55cc8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/vertical-text/index.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>Basic setup</h2>
<div class="sidenoteGroup">
<figure id="fig_mongolian" class="example">
<pre><code class="language-css">div.vertical-panel {
writing-mode: vertical-rl;
writing-mode: vertical-lr;
}</code></pre>
</figure>

Expand Down

0 comments on commit 55cc8ac

Please sign in to comment.