time-convertor

Convert time across timezones
git clone http://git.hanabi.in/repos/time-convertor.git
Log | Files | Refs | README | LICENSE

commit e02dc7a025437a860850cf6eb878ffb5f5d27667
parent a9eb6e7b4a881835f4545ff69e2bc6eb60ef775f
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Mon, 18 May 2020 07:15:39 +0530

body style

Diffstat:
Mpublic/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html @@ -23,7 +23,7 @@ --> <title>time convertor</title> </head> - <body role="document"> + <body role="document" style="min-height: 100vh;"> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> <!--