Skip to content

Commit

Permalink
mobile restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Oct 26, 2023
1 parent 3b30ba6 commit 8842239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/map/map_prompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
<style lang="scss" scoped>
.stage_prompt {
width: 400px;
height: 170px;
height: 150px;
position: absolute;
top: 20px;
left: calc(50% - 200px);
Expand All @@ -53,7 +53,7 @@ export default {
}
.text {
padding: 1.5em;
font-size: 20px;
font-size: 18px;
}
.button {
border: solid 1px $--color-white;
Expand All @@ -71,7 +71,7 @@ export default {
top: 100px;
width: 330px;
left: 250px;
height: 180px;
height: 190px;
}
}
</style>

0 comments on commit 8842239

Please sign in to comment.