Skip to content

Commit

Permalink
fix(footer): left align
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Dec 22, 2019
1 parent 313ac2f commit 1320d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions assets/css/storyblok.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@
padding: 10px;
color: #fff;
}

footer {
text-align: center;
}
5 changes: 2 additions & 3 deletions components/layout/the-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
</v-col>
</v-row>
<v-row no-gutters>
<v-col>
<v-col cols="auto">
<v-card flat tile color="transparent">
<v-card-text class="py-2 text-left">
<v-card-text class="py-2">
<span>Made with </span>
<span>😡</span>
<span> in Brisbane, Australia</span>
<br />
<span>© 2019 | Daim</span>
</v-card-text>
</v-card>
Expand Down

0 comments on commit 1320d9b

Please sign in to comment.