From 80e4493deedd74fd38a5fecd252bafe7b276ab36 Mon Sep 17 00:00:00 2001 From: Hidayatullah Wildan Ghaly Buchary <16521502@std.stei.itb.ac.id> Date: Sun, 8 Oct 2023 10:54:50 +0700 Subject: [PATCH] feat: add responsive for user profile n edit --- public/css/edit-profile.css | 3 ++- public/css/user-profile.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/edit-profile.css b/public/css/edit-profile.css index 12cfe8c..2dba6a6 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 57c467c..bfe19c2 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; } -- GitLab