Skip to content

Commit

Permalink
Merge pull request #2270 from TimaQT/features/timaqt/EMBCESSMOD-5481
Browse files Browse the repository at this point in the history
EMBCESSMOD-5481 - Update your details - CSS div Fix
  • Loading branch information
ytqsl authored Jun 3, 2024
2 parents e35ada0 + 7f6a277 commit 66f0bc6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
gap: var(--size-2);
padding: var(--size-2);
margin: var(--size-2);
@media (max-width:768px){
flex-direction: column;
}
}

.update-header-container.pending {
Expand Down

0 comments on commit 66f0bc6

Please sign in to comment.