add some styling
This commit is contained in:
19
docs/src/components/FeatureList/index.vue
Normal file
19
docs/src/components/FeatureList/index.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="feature-list">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.feature-list {
|
||||
column-count: 2;
|
||||
column-gap: 1rem;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user