Skip to content

Commit 848c649

Browse files
committed
Make modal responsive"
1 parent a34e7d6 commit 848c649

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/components/UI/BaseModal.vue

+6
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,10 @@ main {
118118
transform: translateY(-20px);
119119
opacity: 0;
120120
} */
121+
122+
@media (max-width: 700px) {
123+
dialog {
124+
width: 80%;
125+
}
126+
}
121127
</style>

0 commit comments

Comments
 (0)