start text overview mobile

This commit is contained in:
ogerly 2023-01-02 09:54:29 +01:00
parent eb1cc52a21
commit bd51b01d19

View File

@ -10,11 +10,11 @@
</b-card-body>
<b-card-footer class="bg-transparent">
<b-card-text>
<b-row class="">
<b-col>
<b-row>
<b-col cols="12" md="6" lg="6">
<div class="h3">{{ item.date }}</div>
</b-col>
<b-col>
<b-col cols="12" md="6" lg="6">
<div class="text-right">
<b-button variant="gradido" :href="item.url" target="_blank">
{{ $t('auth.left.learnMore') }}
@ -38,11 +38,6 @@ export default {
News,
}
},
computed: {
item() {
return this.News
},
},
}
</script>
<style scoped>