mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
start text overview mobile
This commit is contained in:
parent
eb1cc52a21
commit
bd51b01d19
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user