diff --git a/SurveyFrontend/src/components/Account/Account.module.css b/SurveyFrontend/src/components/Account/Account.module.css index 8619ffd..cbbfd5e 100644 --- a/SurveyFrontend/src/components/Account/Account.module.css +++ b/SurveyFrontend/src/components/Account/Account.module.css @@ -1,12 +1,12 @@ /*Account.module.css*/ .account { - width: 15%; background-color: #F3F3F3; border-radius: 40px; align-items: center; padding: 4.58px 13px 4.58px 4.58px; margin: 26px 33px 27px 0; + margin-left: auto; } .accountText{ diff --git a/SurveyFrontend/src/components/Survey/Survey.module.css b/SurveyFrontend/src/components/Survey/Survey.module.css index cbc28c7..1b26be4 100644 --- a/SurveyFrontend/src/components/Survey/Survey.module.css +++ b/SurveyFrontend/src/components/Survey/Survey.module.css @@ -1,6 +1,6 @@ /*Survey.module.css*/ .survey{ - width: 63%; + width: 65%; margin-left: 8.9%; } \ No newline at end of file