Skip to content

Commit

Permalink
style: Making HowTo More Narrow
Browse files Browse the repository at this point in the history
Making first text smaller, spreading out SVG
  • Loading branch information
James Brundage committed Apr 22, 2024
1 parent 43b0d09 commit 58b8d97
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/_includes/HowTo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<code language='html'>
<code language='html' style='font-size:.8em'>
&lt;link rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/gh/2bitdesigns/4bitcss@latest/css/<span class='ColorSchemeFileName' />"
Expand All @@ -23,9 +23,16 @@
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 100 100"
height="20%" width="20%">
<rect width="50%" height="50%" x="25%" y="25%" class="purple-stroke blue-fill" />
<circle r="25%" cx="50%" cy="50%" class="red-stroke green-fill" />
<line x1="0%" x2="100%" y1="50%" y2="50%" class="purple-stroke" />
<rect
width="50%" height="50%"
x="25%" y="25%"
class="purple-stroke blue-fill" />
<circle
r="25%" cx="50%" cy="50%"
class="red-stroke green-fill" />
<line
x1="0%" x2="100%" y1="50%" y2="50%"
class="purple-stroke" />
</svg>
~~~

Expand Down

0 comments on commit 58b8d97

Please sign in to comment.