Skip to content
Snippets Groups Projects
Commit 80e4493d authored by Hidayatullah Wildan Ghaly Buchary's avatar Hidayatullah Wildan Ghaly Buchary
Browse files

feat: add responsive for user profile n edit

parent da094dc6
No related merge requests found
...@@ -213,7 +213,8 @@ body { ...@@ -213,7 +213,8 @@ body {
} }
.card { .card {
width: 80%; width: 100%;
left: 0;
height: 100%; height: 100%;
} }
......
...@@ -285,7 +285,8 @@ body { ...@@ -285,7 +285,8 @@ body {
@media (max-width: 768px) { @media (max-width: 768px) {
.card { .card {
width: 80%; width: 100%;
left: 0;
height: auto; height: auto;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment