Skip to content

Commit

Permalink
Fix open card position on mobile (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeRibeiroLabs authored Dec 22, 2023
1 parent 776e023 commit ace35f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
top: calc(50% - (470px * 0.4) / 2);
}

.is-opened {
left: calc(50% - (350px) / 2) !important;
}

.card-content {
padding: 6px !important;
margin-top: 5px !important;
Expand Down

0 comments on commit ace35f5

Please sign in to comment.