fix: redundant css

This commit is contained in:
tetuaoro 2024-07-22 13:28:30 +02:00
parent 74372dc05d
commit 3d376e542f
2 changed files with 7 additions and 3 deletions

View file

@ -1533,6 +1533,10 @@ video {
}
@media not all and (min-width: 768px) {
.max-md\:hidden {
display: none;
}
.max-md\:border-x-0 {
border-left-width: 0px;
border-right-width: 0px;