mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
25 lines
426 B
CSS
25 lines
426 B
CSS
/* your custom css */
|
|
|
|
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
}
|
|
|
|
@media only screen and (max-width: 1023px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1400px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1500px) {
|
|
}
|
|
|
|
.homeContainer .homeWrapper .projectLogo {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.feature-block .blockImage img {
|
|
width: 48px;
|
|
}
|