Skip to content

Commit

Permalink
fix building width
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 5, 2023
1 parent 8c9f3c8 commit afcaf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/building_list/building_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default {
.top_col {
position: absolute;
margin: 0;
width: 100vw;
width: 100%;
padding: 1em;
}
Expand Down

0 comments on commit afcaf33

Please sign in to comment.