Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperz committed Oct 14, 2023
1 parent 24f1498 commit ffddff8
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

display: flex;
flex-direction: column;
width: 55vw;
width: 90vw;
max-width: 800px;
height: auto;
max-height: 50vh;
position: fixed;
Expand Down Expand Up @@ -325,3 +326,10 @@
background: #ec5b29aa;
z-index: 999;
}

@media (max-width: 768px) {
.root {
left: 50%;
transform: translateX(-50%);
}
}

0 comments on commit ffddff8

Please sign in to comment.