aboutsummaryrefslogtreecommitdiff
path: root/pages/projects
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects')
-rw-r--r--pages/projects/index.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/projects/index.vue b/pages/projects/index.vue
index d5e7605..f68200f 100644
--- a/pages/projects/index.vue
+++ b/pages/projects/index.vue
@@ -1,5 +1,5 @@
<template>
- <v-card>
+ <div>
<header id="showcase">
<h1 class="display-3 animate__animated animate__fadeIn">{{ $t('ProjectsText') }}</h1>
<h1 class="animate__animated animate__fadeIn">{{ $t('ProjectsSubtitle') }}</h1>
@@ -59,7 +59,7 @@
</v-col>
</v-row>
</v-container>
- </v-card>
+ </div>
</template>
<script>