From 5e56cd47faea56c94daf4a7ac78f719d29cffe56 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 23 Jan 2019 10:11:23 +1300 Subject: [PATCH] css: lca2019: fix chrome bug for url Chrome was ignoring the 30px offset. Signed-off-by: Sean Cross --- css/theme/lca2019.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme/lca2019.css b/css/theme/lca2019.css index d2b09db..5beea8c 100644 --- a/css/theme/lca2019.css +++ b/css/theme/lca2019.css @@ -42,7 +42,7 @@ body { .reveal .footer .url { position: absolute; - margin-bottom: 30px; + padding-bottom: 30px; } .reveal .footer .theme {