We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8297a commit c4cb56bCopy full SHA for c4cb56b
src/components/MyKiva/LendingStats.vue
@@ -99,7 +99,7 @@ const pillHeader = computed(() => {
99
max-width: 170px;
100
}
101
.region-max-width { max-width: 90px; }
102
-@media (min-width: 640px) { .region-max-width { max-width: 120px; } }
103
-@media (min-width: 768px) { .region-max-width { max-width: 160px; } }
104
-@media (min-width: 1024px) { .region-max-width { max-width: 200px; } }
+@media (width >= 640px) { .region-max-width { max-width: 120px; } }
+@media (width >= 768px) { .region-max-width { max-width: 160px; } }
+@media (width >= 1024px) { .region-max-width { max-width: 200px; } }
105
</style>
0 commit comments