diff --git a/packages/playground/src/components/main_footer.vue b/packages/playground/src/components/main_footer.vue index aa221744e0..2c178218d9 100644 --- a/packages/playground/src/components/main_footer.vue +++ b/packages/playground/src/components/main_footer.vue @@ -2,7 +2,7 @@ - + + - +
- +
Main Chat @@ -144,4 +144,13 @@ export default { color: rgb(var(--v-footer-color-header)) !important; font-weight: 500; } + +@media only screen and (max-width: 992px) { + .v-footer { + text-align: center !important; + } + .v-img { + margin: auto; + } +}