Skip to content

Commit

Permalink
Merge pull request #518 from WWWPiramalFinanceCOM/feature/comp-creati…
Browse files Browse the repository at this point in the history
…on-new

 extra spacing removed
  • Loading branch information
nky11 authored Oct 1, 2024
2 parents 148f6b5 + e0f09d3 commit 4925b5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/grievance-redressal/grievance-redressal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.section.grievance-redressal-levels .columns-wrapper .columns>div {
margin-top: 40px;
margin-top: 32px;
align-items: start;
}

Expand Down Expand Up @@ -129,7 +129,9 @@
@media screen and (max-width:767px) {
.section.grievance-redressal-levels .columns-wrapper .columns{
grid-template-columns: repeat(1, minmax(0, 1fr));
row-gap: 0px;
}

}
/* grievance redressal levels End */

Expand Down

0 comments on commit 4925b5f

Please sign in to comment.