Skip to content

Commit

Permalink
Removed fixed width styling on list section
Browse files Browse the repository at this point in the history
The fixed styling was causing issues since its width wasn't resizing when the viewport shrinks below it.
  • Loading branch information
dt2patel authored Sep 17, 2022
1 parent f15aab7 commit ac5ce70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/Miscellaneous.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,4 @@ export default defineComponent({
</script>

<style scoped>
main > section {
width: 423px;
}
</style>

0 comments on commit ac5ce70

Please sign in to comment.