Skip to content

Commit

Permalink
Merge pull request #2870 from Priyanshi0112/fix/user-experience-layout
Browse files Browse the repository at this point in the history
Fix disorganized layout in User Experience section on Home page
  • Loading branch information
sampadatiwari30 authored Nov 6, 2024
2 parents 898ff04 + ac2092d commit 32e8cd5
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 126 deletions.
13 changes: 0 additions & 13 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3384,16 +3384,3 @@ transition: background-color 0.3s;
}
}

/* Move testimonials to the right */
.testimonial-wrapper .single-testimonial {
margin-left: auto;
padding-right: 20px;
transform: translateX(40px);
}

/* If you need to adjust the container to prevent horizontal scroll */
.testimonial-wrapper {
overflow-x: hidden;
}

/* ** end ** */
Loading

0 comments on commit 32e8cd5

Please sign in to comment.