File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,9 +64,11 @@ setJumpToState({
6464 ))
6565 }
6666 </ul >
67- <LinkButton url =" /sketches" variant =" link" class =" mt-lg"
68- >{ t (" All Sketches" )} </LinkButton
69- >
67+ <div class =" grid grid-cols-2 gap-y-xl gap-x-[40px] lg:grid-cols-4" >
68+ <LinkButton url =" /sketches" variant =" link" class =" mt-lg col-span-1 w-full"
69+ >{ t (" All Sketches" )} </LinkButton
70+ >
71+ </div >
7072 </section >
7173 <hr />
7274 <section class =" mt-md mb-xl" >
@@ -80,9 +82,13 @@ setJumpToState({
8082 ))
8183 }
8284 </ul >
83- <LinkButton url =" /libraries" variant =" link" class =" mt-lg"
84- >{ t (" All Libraries" )} </LinkButton
85- >
85+ <div class =" grid grid-cols-2 gap-y-xl gap-x-[40px] lg:grid-cols-4" >
86+ <LinkButton
87+ url =" /libraries"
88+ variant =" link"
89+ class =" mt-lg col-span-1 w-full" >{ t (" All Libraries" )} </LinkButton
90+ >
91+ </div >
8692 </section >
8793 <hr />
8894 <section class =" mt-md mb-xl" >
@@ -103,8 +109,10 @@ setJumpToState({
103109 ))
104110 }
105111 </ul >
106- <LinkButton url =" /events" variant =" link" class =" mt-lg"
107- >{ t (" All Events" )} </LinkButton
108- >
112+ <div class =" grid grid-cols-2 gap-y-xl gap-x-[40px] lg:grid-cols-4" >
113+ <LinkButton url =" /events" variant =" link" class =" mt-lg col-span-1 w-full"
114+ >{ t (" All Events" )} </LinkButton
115+ >
116+ </div >
109117 </section >
110118</BaseLayout >
You can’t perform that action at this time.
0 commit comments