Skip to content

Commit

Permalink
remove shape-outside - closes #8025 (#8028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 9, 2022
1 parent 0f7fec7 commit 85d807e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sites/kit.svelte.dev/src/routes/home/Features.svelte
Expand Up @@ -55,9 +55,7 @@
h2 {
float: right;
/* margin-top: 7rem; */
width: 5.5em;
shape-outside: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><rect x="0" y="0" width="100" height="100"></rect></svg>');
}
h2 span {
Expand Down

0 comments on commit 85d807e

Please sign in to comment.