Files
backend/public/dist/css/responsivefast.css
2024-02-01 09:53:53 +00:00

21 lines
426 B
CSS

@media only screen and (max-width: 765px) and (min-width:600px) {
.showshekayat {
text-align: start !important;
font-weight: bold;
}
}
@media only screen and (max-width: 600px) {
.showshekayat {
text-align: start !important;
font-weight: bold;
}
.showfilter {
margin: 0 !important;
display: flex;
flex-direction: row;
}
}