Skip to content

Commit

Permalink
Show contract titles as column instead of a row view for mobile brows…
Browse files Browse the repository at this point in the history
…er, added spacing
  • Loading branch information
Khaled Smaoui committed Jan 20, 2025
1 parent 00c5a0e commit f371be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-app/resources/js/components/DashboardComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,10 @@
@media (max-width: 1024px){
.contacts-stats-summary-box {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: space-between;
font-size: 1.0rem;
gap: 1.0rem;
}
}
Expand Down

0 comments on commit f371be9

Please sign in to comment.