Skip to content

Commit

Permalink
[PR] fix building width (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 authored Sep 5, 2023
1 parent 8c9f3c8 commit 29e4b24
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 29e4b24

Please sign in to comment.