fix mobile feature columns

This commit is contained in:
Philipp Kühn
2021-02-03 23:51:22 +01:00
parent 2518d22a90
commit 4dfcb818cf

View File

@@ -13,7 +13,10 @@ export default {
<style lang="scss" scoped>
.feature-list {
@media (min-width: 700px) {
column-count: 2;
column-gap: 1rem;
}
}
</style>