Skip to content

Commit

Permalink
adjust font size
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 7, 2023
1 parent 97f541e commit fbfb7dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/UsrMsg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ export default {
<style scoped lang="scss">
.toggleButton {
cursor: pointer;
font-size: 16px;
}
</style>
4 changes: 3 additions & 1 deletion src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ $sideMenu-width: 250px;
align-items: center;
position: absolute;
top: 7em;
left: 1em;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
Expand Down Expand Up @@ -665,7 +666,7 @@ $sideMenu-width: 250px;
position: absolute;
top: 10px;
left: 50px;
width: 90px;
width: 100px;
height: 50px;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
Expand All @@ -675,5 +676,6 @@ $sideMenu-width: 250px;
justify-content: center;
z-index: 500;
cursor: pointer;
font-size: 16px;
}
</style>

0 comments on commit fbfb7dc

Please sign in to comment.