Skip to content

Commit

Permalink
Merge pull request #356 from agiledev-students-fall2023/sprint/4/toas…
Browse files Browse the repository at this point in the history
…t/bug

remove small bug from toast message placement
  • Loading branch information
hasiburratul authored Dec 7, 2023
2 parents 77c710c + 0940fba commit 16c6f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

.toast-notification {
position:relative;
top: 15%;
top: 5%;
/* left: 50%; */
transform: translateX(-5%);
/* background-color: #ffcc00; */
Expand Down

0 comments on commit 16c6f1d

Please sign in to comment.