fix(animation): lost animation

This commit is contained in:
Dillon
2020-03-11 00:50:06 +08:00
parent 3b107068a6
commit 9004e375fd
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{{- /* Desktop header */ -}}
<header class="desktop" id="header-desktop">
<div class="header-wrapper">
<div class="header-title animated bounceIn">
<div class="header-title">
<a href="{{ `/` | relLangURL }}">
{{- .Site.Title -}}
</a>
@@ -43,7 +43,7 @@
<header class="mobile" id="header-mobile">
<div class="header-wrapper">
<div class="header-container">
<div class="header-title animated bounceIn">
<div class="header-title">
<a href="{{ `/` | relLangURL }}">
{{- .Site.Title -}}
</a>