chore: consistency

This commit is contained in:
Cory Dransfeldt 2024-08-17 20:57:56 -07:00
parent c75f98ecd3
commit 1ffa898182
No known key found for this signature in database
3 changed files with 15 additions and 15 deletions

View file

@ -43,15 +43,6 @@
}
}
}
@media screen and (min-width: 768px) {
.modal-body {
max-height: 75%;
max-width: 75%;
inset: 12.5%;
border: 1px solid var(--gray-light);
}
}
}
.modal-input {
@ -90,4 +81,13 @@
stroke: var(--accent-color-hover);
}
}
}
@media screen and (min-width: 768px) {
.modal-wrapper .modal-body {
max-height: 75%;
max-width: 75%;
inset: 12.5%;
border: 1px solid var(--gray-light);
}
}