refactor(Jumbotrons): view rearrange

This commit is contained in:
xidedix
2018-05-24 20:39:55 +02:00
parent 83fde96030
commit 26796fb284
+10
View File
@@ -1,6 +1,8 @@
<template>
<div class="wrapper">
<div class="animated fadeIn">
<b-row>
<b-col>
<b-card
header-tag="header"
footer-tag="footer">
@@ -19,6 +21,8 @@
</b-jumbotron>
</div>
</b-card>
</b-col>
<b-col>
<b-card
header-tag="header"
footer-tag="footer">
@@ -45,6 +49,10 @@
</b-jumbotron>
</div>
</b-card>
</b-col>
</b-row>
<b-row>
<b-col>
<b-card
header-tag="header"
footer-tag="footer">
@@ -69,6 +77,8 @@
</b-jumbotron>
</div>
</b-card>
</b-col>
</b-row>
</div>
</div>
</template>