From 9210afe0c37323a22d07aab2afecf999bc869677 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 3 Apr 2018 08:58:59 -0700 Subject: [PATCH] slow loading spinner down a bit --- scss/global.scss | 2 +- templates/2xx.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/global.scss b/scss/global.scss index e220479..af506fb 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -173,7 +173,7 @@ textarea { } .spin { - animation: spin 1s infinite linear; + animation: spin 1.5s infinite linear; } .ellipsis::after { diff --git a/templates/2xx.html b/templates/2xx.html index df7dfab..e17c169 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -17,7 +17,7 @@