diff --git a/public/css/edit-profile.css b/public/css/edit-profile.css
index 12cfe8c827cb0f7ed67c541688e4957b143d0bbe..2dba6a64fb1867caaadec9053ce39c6f4684ff2c 100644
--- a/public/css/edit-profile.css
+++ b/public/css/edit-profile.css
@@ -213,7 +213,8 @@ body {
   }
 
   .card {
-    width: 80%; 
+    width: 100%;
+    left: 0; 
     height: 100%;
   }
 
diff --git a/public/css/user-profile.css b/public/css/user-profile.css
index 57c467c74050803322bba13af6fce04f0103c270..bfe19c245e2a4308c571ff604a96f80920e3ecfb 100644
--- a/public/css/user-profile.css
+++ b/public/css/user-profile.css
@@ -285,7 +285,8 @@ body {
 
 @media (max-width: 768px) {
   .card {
-    width: 80%; 
+    width: 100%;
+    left: 0;
     height: auto; 
   }