File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ import Container from "../Container/Container.jsx";
66import Markdown from "../Markdown/Markdown.jsx" ;
77import { PlaceholderComponent } from "../Placeholder/Placeholder.jsx" ;
88import SplashViz from "../SplashViz/SplashViz.jsx" ;
9- // Load Styling
10- import "./Splash.scss" ;
119
1210const Support = lazy ( ( ) => import ( "../Support/Support.jsx" ) ) ;
1311
@@ -46,19 +44,19 @@ const Splash = () => {
4644 ( ) => false ,
4745 ) ;
4846 return (
49- < div className = "splash " >
47+ < div className = "relative overflow-hidden [&_h1]:justify-center [&_h2]:justify-center " >
5048 < SplashViz />
5149
52- < div className = "splash__section splash__section--dark page__content" >
53- < Container >
50+ < div className = "relative text-center bg-[#f3f3f3] page__content [&_p]:my-[1em]! [&_p]:mx-auto! [&_p]:max-w-200 [&_pre]:text-left [&_.icon-link]:hidden " >
51+ < Container className = "py-[5em] px-[1em] md:px-[1.5em]" >
5452 < Markdown >
5553 < SplashContent />
5654 </ Markdown >
5755 </ Container >
5856 </ div >
5957
60- < div className = "splash__section page__content" >
61- < Container >
58+ < div className = "relative text-center page__content [&_p]:my-[1em]! [&_p]:mx-auto! [&_p]:max-w-200 [&_pre]:text-left [&_.icon-link]:hidden " >
59+ < Container className = "py-[5em] px-[1em] md:px-[1.5em]" >
6260 < Markdown >
6361 < h1 id = "sponsors" > Support the Team</ h1 >
6462
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments