From 82b3e778599e1c0e49227d3a6d4131f3135d0fdd Mon Sep 17 00:00:00 2001 From: solderq35 Date: Fri, 1 Sep 2023 18:13:02 -0700 Subject: [PATCH] try css rule --- src/App.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 29b177f4..a3e4360f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,8 +90,12 @@ export default { font-weight: bold; font-style: normal; } -.el-message-box { - vertical-align: super !important; +@media only screen and (max-width: 844px) { + .el-message-box { + position: absolute !important; + top: 30vh !important; + left: 10vh !important; + } } body { font-family: 'Open Sans', sans-serif;