Skip to content

Commit

Permalink
try css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 2, 2023
1 parent 968d241 commit 82b3e77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 82b3e77

Please sign in to comment.