Extra fix

This commit is contained in:
2018-08-20 21:41:13 +03:00
parent 3e361325b4
commit 345212424f

View File

@@ -1,6 +1,8 @@
<template lang="pug">
#hello
b-jumbotron(header="TeamFND" :lead="$t('description')")
b-jumbotron(:lead="$t('description')")
template(slot="header")
img(src="https://raw.githubusercontent.com/TeamFND/TeamFNDLogo/master/Full.PNG" scale="auto")
b-btn(variant="primary" :to="{name:'Projects'}") {{$t('view_our_projects')}}
</template>
@@ -14,4 +16,6 @@ export default
<i18n src='@/translations/Home.yaml'></i18n>
<style scoped lang="sass">
img
max-width: 100%
</style>