diff --git a/frontend/src/Component/About.js b/frontend/src/Component/About.js
index af1c16ad..2158e4e1 100644
--- a/frontend/src/Component/About.js
+++ b/frontend/src/Component/About.js
@@ -88,7 +88,7 @@ function About() {
@@ -98,7 +98,7 @@ function About() {
diff --git a/frontend/src/Component/Faq.js b/frontend/src/Component/Faq.js
index e5d3662c..2dfb9012 100644
--- a/frontend/src/Component/Faq.js
+++ b/frontend/src/Component/Faq.js
@@ -36,13 +36,13 @@ export default function Faq() {
>
-
+ {/*
{({ expanded }) =>
expanded
? setClassName("expanded")
: setClassName("collapsed")
}
-
+ */}
setIndex(i)}
diff --git a/frontend/src/style/About.css b/frontend/src/style/About.css
index cd4a9cbd..8fbe5565 100644
--- a/frontend/src/style/About.css
+++ b/frontend/src/style/About.css
@@ -1,9 +1,11 @@
+
.about__contributor-container {
gap: 5%;
- margin: 40px;
+ /* margin: 40px; */
font-size: 2rem;
margin-top: 6rem;
width: 100%;
+ /* overflow: hidden; */
}
.about__founder-container,
.about__buttons-container {
@@ -522,3 +524,17 @@
flex-wrap: wrap;
gap: 0.5rem;
}
+
+.about__img{
+ /* width: calc(100 - 90)px!important;
+ height: inherit; */
+ /* border-radius: 5px !important; */
+ border-radius: 5px;
+ object-fit:scale-down;
+ /* height: 188%; */
+ /* fill-opacity: blur(10px);
+ */
+ /* overflow: hidden !important; */
+ /* overflow: hidden; */
+
+}
\ No newline at end of file