Refine interactive layout and content
- Center cards in one-by-one mode. - Remove global header/footer from interactive pages. - Fix "School Connect" text on data structures page. - Remove binary representation interactive from data structures list.
This commit is contained in:
parent
1434c538e4
commit
d7232f8470
3 changed files with 10 additions and 18 deletions
|
|
@ -1,15 +1,13 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import InteractiveGallery from "@/components/InteractiveGallery";
|
||||
|
||||
const DataStructures = () => {
|
||||
return <Layout>
|
||||
<div className="space-y-8">
|
||||
<div className="text-center">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-background">
|
||||
<div className="max-w-7xl mx-auto p-6">
|
||||
<InteractiveGallery />
|
||||
</div>
|
||||
</Layout>;
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default DataStructures;
|
||||
Loading…
Add table
Add a link
Reference in a new issue