Skip to content

Commit

Permalink
FIX pile demo
Browse files Browse the repository at this point in the history
  • Loading branch information
0phoff committed Nov 15, 2023
1 parent a762402 commit 30316a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ We added a border around the SVGs.

::content::

<svg width="320" height="100"></svg>
<svg width="320" height="100">
</svg>

<v-clicks>

Expand All @@ -251,7 +252,7 @@ We added a border around the SVGs.

<style>
p { @apply text-center mt-3 text-1s; }
svg { border: 1px solid var(--kul-orange-400); }
svg:first-child { outline: 2px solid var(--kul-orange-400); }
</style>


Expand Down

0 comments on commit 30316a5

Please sign in to comment.