Skip to content

Commit

Permalink
Update style_.css
Browse files Browse the repository at this point in the history
changed the  ui of rate us page
  • Loading branch information
theutkarshpatel authored Jul 5, 2024
1 parent c2fb1cc commit 74f9164
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions style_.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,9 @@ p {
}

.sidebyside .image {
background-size: cover;
background: url(./img/rateus.jpg) center/cover no-repeat !important;
/* margin-top: 102px;
margin-bottom: 23px; */
/* Ensure the div takes up the full space within the grid cell */
/* width: 100%;
height: 100%; */
}
background: url(./img/feedback_img.jpg) ;
background-size: contain;
background-repeat: no-repeat;
background-color: white;
background-position-y: center;
}

0 comments on commit 74f9164

Please sign in to comment.