Skip to content

Commit

Permalink
Fix disorganized layout in User Experience section on Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiksingh-01 committed Nov 6, 2024
1 parent ac7d056 commit ac2092d
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 ac2092d

Please sign in to comment.