diff --git a/css/animate.min.css b/css/animate.min.css index 6860c98..0df9de1 100644 --- a/css/animate.min.css +++ b/css/animate.min.css @@ -14,8 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI */ .animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; + -webkit-animation-duration: 2s; + animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @@ -3300,4 +3300,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; -} \ No newline at end of file +} diff --git a/css/bootstrap.css b/css/bootstrap.css index d2bb429..9698fa5 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -62,7 +62,7 @@ dfn { } h1 { margin: .67em 0; - font-size: 2em; + font-size: 1.5em; } mark { color: #000;