Skip to content

Commit

Permalink
Updated app.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha authored Dec 29, 2024
1 parent 838f3cb commit 4380edd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4056,10 +4056,7 @@ button[data-testid='createPostBtn'] {
margin: 0.15rem 0 0 1.25rem;
}

.progress {
width: 100%;
max-width: 45rem;
}


.progressBar {
margin: 0rem 0.75rem;
Expand Down Expand Up @@ -4565,8 +4562,9 @@ button[data-testid='createPostBtn'] {
}

.progress {
display: flex;
width: 45rem;
display: flex;
width: 100%;
max-width: 45rem;
}

.progressBar {
Expand Down

0 comments on commit 4380edd

Please sign in to comment.