21 lines
426 B
CSS
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;
|
|
}
|
|
|
|
} |