We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbd001 commit a80b1f5Copy full SHA for a80b1f5
src/views/Home.vue
@@ -6,7 +6,7 @@
6
{{ t('collectives', 'Come, organize and build shared knowledge!') }}
7
</template>
8
</EmptyContent>
9
- <div class="action">
+ <div class="new_collective">
10
<button :class="{ primary }" @click="newCollective">
11
{{ t('collectives', 'Create new collective') }}
12
</button>
@@ -57,10 +57,10 @@ export default {
57
}
58
</script>
59
60
-<style>
61
-.action {
+<style scoped>
+.new_collective {
62
text-align: center;
63
width: 100%;
64
- margin-top:10px;
+ margin-top: 10px;
65
66
</style>
0 commit comments