Skip to content

Commit

Permalink
👌 Improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
vforvasile committed Apr 3, 2023
1 parent d22128d commit 5761e24
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/components/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,6 @@ input.checked::before {
margin: 0;
padding: 0;
box-sizing: border-box;

}

.spell-modal-separator{
Expand Down Expand Up @@ -1599,4 +1598,17 @@ input.checked::before {
justify-content: center;
align-items: center;
height: 100%;
}
}

@media (max-width:768px) {
.spell-modal-parent {
--auto-grid-min-size: 6rem;
}
.spell-modal-note
.spell-modal-description{
font-size: 14px;
}
.spell-modal-header{
height: 70px;
}
}

0 comments on commit 5761e24

Please sign in to comment.