diff options
Diffstat (limited to 'pages/blog')
| -rw-r--r-- | pages/blog/index.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/blog/index.vue b/pages/blog/index.vue index 63f92a1..38e578c 100644 --- a/pages/blog/index.vue +++ b/pages/blog/index.vue @@ -2,8 +2,8 @@ <div> <v-card> <header id="showcase"> - <h1 class="display-3 animated fadeIn">Blog</h1> - <h1 class="animated fadeIn">This is where I post stuff here.</h1> + <h1 class="display-3 animate__animated animate__fadeIn">Blog</h1> + <h1 class="animate__animated animate__fadeIn">This is where I post stuff here.</h1> </header> </v-card> <v-container> |
