From c52381d597db4a06895f5fdf86b5e97c9b776bd1 Mon Sep 17 00:00:00 2001 From: phantom1996 <32910047+phantom1996@users.noreply.github.com> Date: Wed, 2 Oct 2019 17:04:02 +0530 Subject: [PATCH 1/2] Update animate.min.css --- css/animate.min.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} From 790a6a37f9ebfdcdd480b2444b046939566b9fda Mon Sep 17 00:00:00 2001 From: phantom1996 <32910047+phantom1996@users.noreply.github.com> Date: Tue, 20 Oct 2020 10:30:08 +0530 Subject: [PATCH 2/2] Update bootstrap.css --- css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;