Skip to content

Commit

Permalink
Merge pull request #541 from RadhikaMalpani1702/main
Browse files Browse the repository at this point in the history
 The Feedback Thank You Pop Up is Aligned
  • Loading branch information
ayush-t02 authored Jul 20, 2024
2 parents b0c4ae0 + 242fad2 commit 38545b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions styles/mainstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ button a {
.popup {
position: fixed;
top: 54%;
left: 53%;
left: 50%;
transform: translate(-50%, -50%);
padding: 60px;
background-color: rgb(209, 233, 255);
Expand All @@ -958,6 +958,7 @@ button a {
z-index: 1000;
}


.popup-content {
text-align: center;
}
Expand All @@ -976,6 +977,4 @@ button a {

.hidden {
display: none;
}


}

0 comments on commit 38545b2

Please sign in to comment.