Skip to content

Commit

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

0 comments on commit f94cd33

Please sign in to comment.