Skip to content

Commit a8c7372

Browse files
committed
Improve the footer layout.
1 parent 9d66e99 commit a8c7372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ w-app(:class="{ ready }" v-scroll="onScroll")
1616

1717
footer.py2(color="white")
1818
w-flex.max-widthed(wrap justify-center)
19-
.xs12.sm6.text-center.sm-text-left.copyright.
19+
.xs12.sm6.text-center.smu-text-left.copyright.
2020
Copyright © {{ (new Date()).getFullYear() }} Antoni André, all rights reserved.
21-
.xs12.sm6.text-center.sm-text-right.made-with
21+
.xs12.sm6.text-center.smu-text-right.made-with
2222
.mb1 This documentation is made with #[w-icon fab fa-vuejs], #[w-icon fab fa-html5], #[w-icon fab fa-css3], #[w-icon fab fa-sass] & #[w-icon.heart material-icons favorite]
2323
| View this project on #[a(href="https://github.com/antoniandre/vueper-slides" target="_blank") #[w-icon fab fa-github] Github].
2424
</template>

0 commit comments

Comments
 (0)