Skip to content

Commit f89b741

Browse files
committed
Make playground wider
1 parent 9308eeb commit f89b741

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

public/playground.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<div
7878
class="flex flex-col items-center min-h-screen bg-lightest-wash py-8 bg-light-cloudbank text-treeline"
7979
>
80-
<div class="mx-3 md:mx-auto max-w-sm pb-4 space-y-4">
80+
<div class="mx-3 md:mx-auto max-w-md pb-4 space-y-4">
8181
<nav class="text-xxs flex flex-row gap-x-4">
8282
<a href="/">home</a>
8383
<a href="/introduction.html">brief intro</a>
@@ -89,7 +89,11 @@ <h1 class="font-serif font-bold text-cloudbank text-3xl">
8989
<p>
9090
<strong>Let's try t-strings now!!</strong>
9191
</p>
92-
<iframe src="./lite/tree/../notebooks/index.html?path=hello.ipynb" width="100%" height="1000px" ></iframe>
92+
<iframe
93+
src="./lite/tree/../notebooks/index.html?path=hello.ipynb"
94+
width="100%"
95+
height="1000px"
96+
></iframe>
9397
</div>
9498
</div>
9599
</body>

0 commit comments

Comments
 (0)