diff --git a/src/components/Faq.jsx b/src/components/Faq.jsx index 6223904..a97c6d1 100644 --- a/src/components/Faq.jsx +++ b/src/components/Faq.jsx @@ -165,6 +165,9 @@ const Faq = () => { ))}
+
blank
+
blank
+
blank
); }; diff --git a/src/components/Menu.jsx b/src/components/Menu.jsx index b12f808..4640cc5 100644 --- a/src/components/Menu.jsx +++ b/src/components/Menu.jsx @@ -41,7 +41,7 @@ const Menu = () => { return ( <> -

SOS CAMP 12th

+

SOS CAMP 12th

{ + +
); }; diff --git a/src/components/Problems.css b/src/components/Problems.css index ab24404..7448ce3 100644 --- a/src/components/Problems.css +++ b/src/components/Problems.css @@ -412,3 +412,15 @@ div.MuiContainer-root { margin-bottom: 30px; } +/*.bg-\[\#050816\] {*/ +/* --tw-bg-opacity: 1;*/ +/* background-color: #36ff9a;*/ +/*}*/ + +.invisible { + margin-bottom: 30px; +} + +#sos-head { + margin-top: 50px; +} diff --git a/src/index.css b/src/index.css index 4485a47..87dd524 100644 --- a/src/index.css +++ b/src/index.css @@ -45,8 +45,8 @@ .green-pink-gradient { background: "#00cea8"; - background: linear-gradient(90.13deg, #fc75c3 1.9%, #bf61ff 97.5%); - background: -webkit-linear-gradient(-90.13deg, #fc75c3 1.9%, #bf61ff 97.5%); + background: linear-gradient(90.13deg, #36ff9a 1.9%, #bf61ff 97.5%); + background: -webkit-linear-gradient(-90.13deg, #36ff9a 1.9%, #bf61ff 97.5%); } .orange-text-gradient {