Skip to content

Commit

Permalink
ui fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vrijraj committed Sep 1, 2023
1 parent 551308e commit c8dfc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<v-col md="12" class="pa-0 ma-0 mt-5">
<v-container fluid class="google-font px-0">
<v-row align="start">
<v-col md="4" v-for="(item, index) in whatWedo" :key="index">
<v-col md="4" cols="12" sm="4" v-for="(item, index) in whatWedo" :key="index">
<div class="pa-md-6" style="background-color: white; border-radius: 15px">
<p style="font-size: 20px; font-weight: 600" class="mt-4">
{{ item.title }}
Expand Down

0 comments on commit c8dfc19

Please sign in to comment.