diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 23:19:28 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 23:19:28 -0400 |
| commit | 3a3a2e958dd4cd19d3f7da61aa61f26f3574a905 (patch) | |
| tree | b2568eaf8d301bace2c47f67670cd8f2006b478b /pages/blog | |
| parent | 6c999c3c88e9f894fc9746e01bf22be24f351d9b (diff) | |
| download | personal-website-3a3a2e958dd4cd19d3f7da61aa61f26f3574a905.tar.gz personal-website-3a3a2e958dd4cd19d3f7da61aa61f26f3574a905.tar.bz2 personal-website-3a3a2e958dd4cd19d3f7da61aa61f26f3574a905.zip | |
Moved profile links to index and upgraded animate.css
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> |
