From 90b45784a7d6025ad2a5ca6f5f3b9e06a393f60f Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 12 Mar 2024 14:52:04 +0200 Subject: [PATCH] fix footer responsive --- .../playground/src/components/main_footer.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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; + } +}