diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js
index 1100d84c3d..79212c4968 100644
--- a/frontend/gulpfile.js
+++ b/frontend/gulpfile.js
@@ -3,7 +3,7 @@ const gulpless = require("gulp-less");
const postcss = require("gulp-postcss");
const debug = require("gulp-debug");
var csso = require("gulp-csso");
-const autoprefixer = require("autoprefixer");
+const autteoprefixer = require("autoprefixer");
const NpmImportPlugin = require("less-plugin-npm-import");
gulp.task("less", function () {
diff --git a/frontend/src/assets/index.css b/frontend/src/assets/index.css
index cf0be7ff6f..428b017013 100644
--- a/frontend/src/assets/index.css
+++ b/frontend/src/assets/index.css
@@ -19,4 +19,11 @@
padding: 33px 23px;
max-width: 800px;
margin-top: 40px;
+}
+
+#chart svg{
+ width: 100%;
+}
+#chart{
+ width: 100%;
}
\ No newline at end of file
diff --git a/frontend/src/components/Signup.tsx b/frontend/src/components/Signup.tsx
index 19d1d51624..c8e7d6593e 100644
--- a/frontend/src/components/Signup.tsx
+++ b/frontend/src/components/Signup.tsx
@@ -133,7 +133,7 @@ const Signup = (props: SignUpProps) => {
/>
-
+