Remove unnecessary CSS rules.

This commit is contained in:
Dede Fuji Abdul 2023-11-02 13:34:56 +07:00
parent 94d357f8bd
commit 7df365c212

View File

@ -1321,11 +1321,6 @@ select {
width: 100%;
}
.w-fit {
width: -moz-fit-content;
width: fit-content;
}
.max-w-2xl {
max-width: 42rem;
}
@ -3167,10 +3162,6 @@ select {
width: 440px;
}
.md\:w-full {
width: 100%;
}
.md\:flex-col {
flex-direction: column;
}