We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e560e9 commit e298147Copy full SHA for e298147
1 file changed
apps/web/src/features/workplace/WorkplacePage.tsx
@@ -48,16 +48,15 @@ const WorkplacePage = () => {
48
49
<NotebooksSection />
50
51
- <div className="md:grid md:grid-cols-2 md:gap-lg mb-xl">
52
- <section>
53
- <SectionHeader title="Weitere Tools" />
54
- <ToolsSection />
55
- </section>
56
57
- <SectionHeader title="Experimentelle Tools" />
58
- <ExperimentalToolsSection />
59
60
- </div>
+ <section className="mb-xl">
+ <SectionHeader title="Weitere Tools" />
+ <ToolsSection />
+ </section>
+
+ <SectionHeader title="Experimentelle Tools" />
+ <ExperimentalToolsSection />
61
</PageContainer>
62
</ErrorBoundary>
63
);
0 commit comments