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