Skip to content

Commit 2d69e17

Browse files
authored
Update css to improve responsive appearance (#31)
1 parent afa6f27 commit 2d69e17

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Diff for: styles/directory-integration.css

+1-13
Original file line numberDiff line numberDiff line change
@@ -209,21 +209,9 @@
209209

210210
@media (min-width: 783px) {
211211
.cp-plugin-cards {
212-
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
212+
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
213213
}
214214
.cp-plugin-actions .cp-plugin-installed {
215215
height: unset;
216216
}
217217
}
218-
219-
@media (min-width: 900px) {
220-
.cp-plugin-cards {
221-
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
222-
}
223-
}
224-
225-
@media (min-width: 1024px) {
226-
.cp-plugin-cards {
227-
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
228-
}
229-
}

0 commit comments

Comments
 (0)