File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 77
77
< div
78
78
class ="flex flex-col items-center min-h-screen bg-lightest-wash py-8 bg-light-cloudbank text-treeline "
79
79
>
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 ">
81
81
< nav class ="text-xxs flex flex-row gap-x-4 ">
82
82
< a href ="/ "> home</ a >
83
83
< a href ="/introduction.html "> brief intro</ a >
@@ -89,7 +89,11 @@ <h1 class="font-serif font-bold text-cloudbank text-3xl">
89
89
< p >
90
90
< strong > Let's try t-strings now!!</ strong >
91
91
</ 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 >
93
97
</ div >
94
98
</ div >
95
99
</ body >
You can’t perform that action at this time.
0 commit comments