Use a single column tempalte for config plugins when in mobile

This commit is contained in:
sabaimran 2023-06-25 11:27:41 -07:00
parent 946af0889d
commit ffe66b848a

View file

@ -112,5 +112,11 @@
display: inline-block;
font-size: 16px;
}
@media screen and (max-width: 600px) {
.section-cards {
grid-template-columns: 1fr;
}
}
</style>
</html>