Skip to content

Commit

Permalink
Merge pull request #1244 from rajveeerr/main
Browse files Browse the repository at this point in the history
Fix Privacy Policy Page Responsiveness on Mobile Devices
  • Loading branch information
rajveeerr authored Oct 17, 2024
2 parents 5df0e86 + a1f193f commit 4c70a4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ button:disabled{
text-justify: inter-word;
font-size: 1rem;
font-weight: 500;
padding: 0 100px 10px 100px;
padding: 0 40px 10px 40px;
letter-spacing: 1px;
line-height: 26px;
}
Expand Down Expand Up @@ -4928,7 +4928,7 @@ button:disabled {
text-justify: inter-word;
font-size: 1rem;
font-weight: 500;
padding: 0 100px 10px 100px;
padding: 0 40px 10px 40px;
letter-spacing: 1px;
line-height: 26px;
}
Expand Down Expand Up @@ -7793,7 +7793,7 @@ button:disabled{
text-justify: inter-word;
font-size: 1rem;
font-weight: 500;
padding: 0 100px 10px 100px;
padding: 0 40px 10px 40px;
letter-spacing: 1px;
line-height: 26px;
}
Expand Down Expand Up @@ -10935,7 +10935,7 @@ form {

.about {
padding: 20px 0;
display: grid;
/* display: grid; */
}

.contact_us .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
Expand Down Expand Up @@ -11149,7 +11149,7 @@ button:disabled {
text-justify: inter-word;
font-size: 1rem;
font-weight: 500;
padding: 0 100px 10px 100px;
padding: 0 40px 10px 40px;
letter-spacing: 1px;
line-height: 26px;
}
Expand Down

0 comments on commit 4c70a4b

Please sign in to comment.