HTML Editor go on

This commit is contained in:
Surya Paolo
2022-11-13 22:39:25 +01:00
parent 5076d72523
commit 711f1b515d
35 changed files with 3684 additions and 1663 deletions

View File

@@ -288,10 +288,13 @@ $heightBtn: 100%;
.my-card {
width: 100%;
max-width: 300px;
min-width: 300px;
max-width: 400px;
min-width: 250px;
padding: 1rem 1rem;
@media (max-width: 500px) {
max-width: 400px;
min-width: 250px;
}
box-shadow: none;
}