From 18cdc8dd0960368ecea1fb609035104e4a684824 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 25 Oct 2014 21:19:28 +0200 Subject: [PATCH] Improved left/right margin for guru meditation --- public/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/500.html b/public/500.html index 200d74a..61f9a5f 100644 --- a/public/500.html +++ b/public/500.html @@ -21,7 +21,7 @@ font-size: 18px; line-height: 1.8em; overflow: hidden; - margin: 1em 0; + margin: 1em 10px; animation: guru 1.2s steps(1, end) infinite; -webkit-animation: guru 1.2s steps(1, end) infinite; }