Skip to content

Commit

Permalink
move toast location
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraselby committed Apr 23, 2024
1 parent 98f8b09 commit ae83274
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,11 @@ header {
.underline {
text-decoration: underline;
text-decoration-color: #000;
}

#toast-container {
min-width: 10%;
top: 3%;
right: 50%;
transform: translateX(50%) translateY(50%);
}

0 comments on commit ae83274

Please sign in to comment.