Skip to content

Commit

Permalink
Started work on mobile view for HomeView.vue
Browse files Browse the repository at this point in the history
- Sizing of Cards should still be done
  • Loading branch information
CodeNamedRobin committed Dec 24, 2023
1 parent 74ef936 commit 93f7fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="page-container">
<div class="page-container flex flex-column">
<div class="page-title">{{ $t('home.Overview') }}</div>
<div class="content-wrapper gap-5">
<div class="content-wrapper gap-5 flex md:flex-row flex-column">
<BalanceComponent :showOption="true"/>
<MutationsTableComponent
:callback-function="getUserMutations"
Expand Down

0 comments on commit 93f7fdd

Please sign in to comment.